Html Css Color HEX #380F69 Christalle

📋 copy color: '#380F69'

red 56 ◦ green 15 ◦ blue 105

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

Shades of Christalle #380F69

Tints of Christalle #380F69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 59.66%

R = 31.82%
G = 8.52%
B = 59.66%

CMYK

 C value IS 0.47

 M value IS 0.86

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#380F69 (or 0x380F69) is known color: Christalle. HEX triplet: 38, 0F and 69. RGB value is (56,15,105). Sum of RGB (Red+Green+Blue) = 56+15+105=176 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.82% from 176); Green value is 15 (6.25% from 255 or 8.52% from 176); Blue value is 105 (41.41% from 255 or 59.66% from 176); Max value from RGB is 105 - color contains mainly: blue. Hex color #380F69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380F69 is #C7F096. Grayscale: #252525. Windows color (decimal): -13103255 or 6885176. OLE color: 6885176.

HSL color Cylindrical-coordinate representation of color #380F69: hue angle of 267.33º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #380F69 is Cyan = 0.47, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 15 105 -
CMYK 0.47 0.86 0 0.59
HSL 267.33º 0.75% 0.24% -
HSV(B) 267.33º 0.86% 0.41% -
XYZ 4.35 2.2 13.56 -
YUV 37.52 166.08 141.18 -
System Red Green Blue C M Y K H S L
Decimal 56 15 105 0.47 0.86 0 0.59 267.33 0.75 0.24
Hex 38 F 69 2F 56 0 3B 10B 4B 18
Octal 70 17 151 57 126 0 73 413 113 30
Binary 111000 1111 1101001 101111 1010110 0 111011 100001011 1001011 11000

Color Harmonies of #380F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380F69

Black with #380F69

Text Example


Text Example

White with #380F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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