Html Css Color HEX #382461 Christalle

📋 copy color: '#382461'

red 56 ◦ green 36 ◦ blue 97

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

Shades of Christalle #382461

Tints of Christalle #382461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 51.32%

R = 29.63%
G = 19.05%
B = 51.32%

CMYK

 C value IS 0.42

 M value IS 0.63

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#382461 (or 0x382461) is known color: Christalle. HEX triplet: 38, 24 and 61. RGB value is (56,36,97). Sum of RGB (Red+Green+Blue) = 56+36+97=189 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.63% from 189); Green value is 36 (14.45% from 255 or 19.05% from 189); Blue value is 97 (38.28% from 255 or 51.32% from 189); Max value from RGB is 97 - color contains mainly: blue. Hex color #382461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382461 is #C7DB9E. Grayscale: #303030. Windows color (decimal): -13097887 or 6366264. OLE color: 6366264.

HSL color Cylindrical-coordinate representation of color #382461: hue angle of 259.67º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #382461 is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 36 97 -
CMYK 0.42 0.63 0 0.62
HSL 259.67º 0.46% 0.26% -
HSV(B) 259.67º 0.63% 0.38% -
XYZ 4.42 2.97 11.65 -
YUV 48.93 155.13 133.04 -
System Red Green Blue C M Y K H S L
Decimal 56 36 97 0.42 0.63 0 0.62 259.67 0.46 0.26
Hex 38 24 61 2A 3F 0 3E 104 2E 1A
Octal 70 44 141 52 77 0 76 404 56 32
Binary 111000 100100 1100001 101010 111111 0 111110 100000100 101110 11010

Color Harmonies of #382461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382461

Black with #382461

Text Example


Text Example

White with #382461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382461; }

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

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

background-color css

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

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

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

border-color css

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

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

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