Html Css Color HEX #380C66 Christalle

📋 copy color: '#380C66'

red 56 ◦ green 12 ◦ blue 102

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

Shades of Christalle #380C66

Tints of Christalle #380C66

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.06%

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

R = 32.94%
G = 7.06%
B = 60%

CMYK

 C value IS 0.45

 M value IS 0.88

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#380C66 (or 0x380C66) is known color: Christalle. HEX triplet: 38, 0C and 66. RGB value is (56,12,102). Sum of RGB (Red+Green+Blue) = 56+12+102=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 12 (5.08% from 255 or 7.06% from 170); Blue value is 102 (40.23% from 255 or 60% from 170); Max value from RGB is 102 - color contains mainly: blue. Hex color #380C66 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380C66 is #C7F399. Grayscale: #232323. Windows color (decimal): -13104026 or 6687800. OLE color: 6687800.

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

Color convert

RGB 56 12 102 -
CMYK 0.45 0.88 0 0.6
HSL 269.33º 0.79% 0.22% -
HSV(B) 269.33º 0.88% 0.4% -
XYZ 4.16 2.06 12.75 -
YUV 35.42 165.58 142.68 -
System Red Green Blue C M Y K H S L
Decimal 56 12 102 0.45 0.88 0 0.6 269.33 0.79 0.22
Hex 38 C 66 2D 58 0 3C 10D 4F 16
Octal 70 14 146 55 130 0 74 415 117 26
Binary 111000 1100 1100110 101101 1011000 0 111100 100001101 1001111 10110

Color Harmonies of #380C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380C66

Black with #380C66

Text Example


Text Example

White with #380C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380C66; }

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

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

background-color css

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

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

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

border-color css

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

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

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