Html Css Color HEX #380162 Christalle

📋 copy color: '#380162'

red 56 ◦ green 1 ◦ blue 98

#380162
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christalle #380162

Tints of Christalle #380162

RGB

 RED value IS 56 (22.27% from 255) = 36.13%

 GREEN value IS 1 (0.78% from 255) = 0.65%

 BLUE value IS 98 (38.67% from 255) = 63.23%

R = 36.13%
G = 0.65%
B = 63.23%

CMYK

 C value IS 0.43

 M value IS 0.99

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#380162 (or 0x380162) is known color: Christalle. HEX triplet: 38, 01 and 62. RGB value is (56,1,98). Sum of RGB (Red+Green+Blue) = 56+1+98=155 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.13% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 98 (38.67% from 255 or 63.23% from 155); Max value from RGB is 98 - color contains mainly: blue. Hex color #380162 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380162 is #C7FE9D. Grayscale: #1C1C1C. Windows color (decimal): -13106846 or 6422840. OLE color: 6422840.

HSL color Cylindrical-coordinate representation of color #380162: hue angle of 274.02º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #380162 is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 1 98 -
CMYK 0.43 0.99 0 0.62
HSL 274.02º 0.98% 0.19% -
HSV(B) 274.02º 0.99% 0.38% -
XYZ 3.85 1.74 11.69 -
YUV 28.5 167.22 147.61 -
System Red Green Blue C M Y K H S L
Decimal 56 1 98 0.43 0.99 0 0.62 274.02 0.98 0.19
Hex 38 1 62 2B 63 0 3E 112 62 13
Octal 70 1 142 53 143 0 76 422 142 23
Binary 111000 1 1100010 101011 1100011 0 111110 100010010 1100010 10011

Color Harmonies of #380162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380162

Black with #380162

Text Example


Text Example

White with #380162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380162; }

 p { color: rgb(56,1,98); }

 H1.HeaderClassName
 {
   color: #380162;
 }
 .AnyTagClassName
 {
   color: #380162;
 }
</style>

background-color css

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

 a { background-color: rgb(56,1,98); }

 div.DivClassName
 {
   background-color: #380162;
 }
 .BgClassName
 {
   background-color: #380162;
 }
</style>

border-color css

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

 span { border-color: rgb(56,1,98); }

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