Html Css Color HEX #380F56 Christalle

📋 copy color: '#380F56'

red 56 ◦ green 15 ◦ blue 86

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

Shades of Christalle #380F56

Tints of Christalle #380F56

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.55%

 BLUE value IS 86 (33.98% from 255) = 54.78%

R = 35.67%
G = 9.55%
B = 54.78%

CMYK

 C value IS 0.35

 M value IS 0.83

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#380F56 (or 0x380F56) is known color: Christalle. HEX triplet: 38, 0F and 56. RGB value is (56,15,86). Sum of RGB (Red+Green+Blue) = 56+15+86=157 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.67% from 157); Green value is 15 (6.25% from 255 or 9.55% from 157); Blue value is 86 (33.98% from 255 or 54.78% from 157); Max value from RGB is 86 - color contains mainly: blue. Hex color #380F56 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380F56 is #C7F0A9. Grayscale: #232323. Windows color (decimal): -13103274 or 5639992. OLE color: 5639992.

HSL color Cylindrical-coordinate representation of color #380F56: hue angle of 274.65º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #380F56 is Cyan = 0.35, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 56 15 86 -
CMYK 0.35 0.83 0 0.66
HSL 274.65º 0.7% 0.2% -
HSV(B) 274.65º 0.83% 0.34% -
XYZ 3.48 1.85 8.98 -
YUV 35.35 156.58 142.73 -
System Red Green Blue C M Y K H S L
Decimal 56 15 86 0.35 0.83 0 0.66 274.65 0.7 0.2
Hex 38 F 56 23 53 0 42 113 46 14
Octal 70 17 126 43 123 0 102 423 106 24
Binary 111000 1111 1010110 100011 1010011 0 1000010 100010011 1000110 10100

Color Harmonies of #380F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380F56

Black with #380F56

Text Example


Text Example

White with #380F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,15,86); }

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

background-color css

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

 a { background-color: rgb(56,15,86); }

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

border-color css

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

 span { border-color: rgb(56,15,86); }

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