Html Css Color HEX #381B62 Christalle

📋 copy color: '#381B62'

red 56 ◦ green 27 ◦ blue 98

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

Shades of Christalle #381B62

Tints of Christalle #381B62

RGB

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

 GREEN value IS 27 (10.94% from 255) = 14.92%

 BLUE value IS 98 (38.67% from 255) = 54.14%

R = 30.94%
G = 14.92%
B = 54.14%

CMYK

 C value IS 0.43

 M value IS 0.72

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#381B62 (or 0x381B62) is known color: Christalle. HEX triplet: 38, 1B and 62. RGB value is (56,27,98). Sum of RGB (Red+Green+Blue) = 56+27+98=181 (23% of max value = 765). Red value is 56 (22.27% from 255 or 30.94% from 181); Green value is 27 (10.94% from 255 or 14.92% from 181); Blue value is 98 (38.67% from 255 or 54.14% from 181); Max value from RGB is 98 - color contains mainly: blue. Hex color #381B62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381B62 is #C7E49D. Grayscale: #2B2B2B. Windows color (decimal): -13100190 or 6429496. OLE color: 6429496.

HSL color Cylindrical-coordinate representation of color #381B62: hue angle of 264.51º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #381B62 is Cyan = 0.43, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 27 98 -
CMYK 0.43 0.72 0 0.62
HSL 264.51º 0.57% 0.25% -
HSV(B) 264.51º 0.72% 0.38% -
XYZ 4.23 2.51 11.82 -
YUV 43.77 158.61 136.73 -
System Red Green Blue C M Y K H S L
Decimal 56 27 98 0.43 0.72 0 0.62 264.51 0.57 0.25
Hex 38 1B 62 2B 48 0 3E 109 39 19
Octal 70 33 142 53 110 0 76 411 71 31
Binary 111000 11011 1100010 101011 1001000 0 111110 100001001 111001 11001

Color Harmonies of #381B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381B62

Black with #381B62

Text Example


Text Example

White with #381B62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381B62; }

 p { color: rgb(56,27,98); }

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

background-color css

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

 a { background-color: rgb(56,27,98); }

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

border-color css

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

 span { border-color: rgb(56,27,98); }

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