Html Css Color HEX #380866 Christalle

📋 copy color: '#380866'

red 56 ◦ green 8 ◦ blue 102

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

Shades of Christalle #380866

Tints of Christalle #380866

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.82%

 BLUE value IS 102 (40.23% from 255) = 61.45%

R = 33.73%
G = 4.82%
B = 61.45%

CMYK

 C value IS 0.45

 M value IS 0.92

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#380866 (or 0x380866) is known color: Christalle. HEX triplet: 38, 08 and 66. RGB value is (56,8,102). Sum of RGB (Red+Green+Blue) = 56+8+102=166 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.73% from 166); Green value is 8 (3.52% from 255 or 4.82% from 166); Blue value is 102 (40.23% from 255 or 61.45% from 166); Max value from RGB is 102 - color contains mainly: blue. Hex color #380866 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380866 is #C7F799. Grayscale: #202020. Windows color (decimal): -13105050 or 6686776. OLE color: 6686776.

HSL color Cylindrical-coordinate representation of color #380866: hue angle of 270.64º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #380866 is Cyan = 0.45, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 56 8 102 -
CMYK 0.45 0.92 0 0.6
HSL 270.64º 0.85% 0.22% -
HSV(B) 270.64º 0.92% 0.4% -
XYZ 4.12 1.97 12.73 -
YUV 33.07 166.9 144.36 -
System Red Green Blue C M Y K H S L
Decimal 56 8 102 0.45 0.92 0 0.6 270.64 0.85 0.22
Hex 38 8 66 2D 5C 0 3C 10F 55 16
Octal 70 10 146 55 134 0 74 417 125 26
Binary 111000 1000 1100110 101101 1011100 0 111100 100001111 1010101 10110

Color Harmonies of #380866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380866

Black with #380866

Text Example


Text Example

White with #380866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380866; }

 p { color: rgb(56,8,102); }

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

background-color css

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

 a { background-color: rgb(56,8,102); }

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

border-color css

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

 span { border-color: rgb(56,8,102); }

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