#38035A

Color #38035A Christalle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christalle #38035A

Tints of Christalle #38035A

Color information

#38035A (or 0x38035A) is unknown color: approx Christalle. HEX triplet: 38, 03 and 5A. RGB value is (56,3,90). Sum of RGB (Red+Green+Blue) = 56+3+90=149 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.58% from 149); Green value is 3 (1.56% from 255 or 2.01% from 149); Blue value is 90 (35.55% from 255 or 60.40% from 149); Max value from RGB is 90 - color contains mainly: blue. Hex color #38035A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38035A is #C7FCA5. Grayscale: #1C1C1C. Windows color (decimal): -13106342 or 5899064. OLE color: 5899064.

HSL color Cylindrical-coordinate representation of color #38035A: hue angle of 276.55º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #38035A is Cyan = 0.38, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB56390-
CMYK0.380.9700.65
HSL276.55º93.55%18.24%-
HSV(B)276.55º96.67%35.29%-
XYZ3.511.649.81-
YUV28.76162.56147.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 37.58%
GREEN value IS 3 (1.56% from 255) = 2.01%
BLUE value IS 90 (35.55% from 255) = 60.40%
R=37.58%
G=2.01%
B=60.40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal563900.380.9700.65276.5593.5518.24
Hex3835A26610411155e12
Octal70313246141010142513622
Binary111000111011010100110110000101000001100010101101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38035A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38035A; }

 p { color: rgb(56,3,90); }

 H1.HeaderClassName
 {
   color: #38035A;
 }
 .AnyTagClassName
 {
   color: #38035A;
 }
</style>
background-color css

<style>
 a { background-color: #38035A; }

 a { background-color: rgb(56,3,90); }

 div.DivClassName
 {
   background-color: #38035A;
 }
 .BgClassName
 {
   background-color: #38035A;
 }
</style>
border-color css

<style>
 span { border-color: #38035A; }

 span { border-color: rgb(56,3,90); }

 td.TdClassName
 {
   border-color: #38035A;
 }
 .TagClassName
 {
   border-color: #38035A;
 }
</style>