Html Css Color HEX #382469 Christalle

📋 copy color: '#382469'

red 56 ◦ green 36 ◦ blue 105

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

Shades of Christalle #382469

Tints of Christalle #382469

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.27%

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

R = 28.43%
G = 18.27%
B = 53.3%

CMYK

 C value IS 0.47

 M value IS 0.66

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#382469 (or 0x382469) is known color: Christalle. HEX triplet: 38, 24 and 69. RGB value is (56,36,105). Sum of RGB (Red+Green+Blue) = 56+36+105=197 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.43% from 197); Green value is 36 (14.45% from 255 or 18.27% from 197); Blue value is 105 (41.41% from 255 or 53.30% from 197); Max value from RGB is 105 - color contains mainly: blue. Hex color #382469 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382469 is #C7DB96. Grayscale: #313131. Windows color (decimal): -13097879 or 6890552. OLE color: 6890552.

HSL color Cylindrical-coordinate representation of color #382469: hue angle of 257.39º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #382469 is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 36 105 -
CMYK 0.47 0.66 0 0.59
HSL 257.39º 0.49% 0.28% -
HSV(B) 257.39º 0.66% 0.41% -
XYZ 4.81 3.12 13.71 -
YUV 49.85 159.13 132.39 -
System Red Green Blue C M Y K H S L
Decimal 56 36 105 0.47 0.66 0 0.59 257.39 0.49 0.28
Hex 38 24 69 2F 42 0 3B 101 31 1C
Octal 70 44 151 57 102 0 73 401 61 34
Binary 111000 100100 1101001 101111 1000010 0 111011 100000001 110001 11100

Color Harmonies of #382469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382469

Black with #382469

Text Example


Text Example

White with #382469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382469; }

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

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

background-color css

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

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

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

border-color css

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

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

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