Html Css Color HEX #381358 Christalle

📋 copy color: '#381358'

red 56 ◦ green 19 ◦ blue 88

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

Shades of Christalle #381358

Tints of Christalle #381358

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.66%

 BLUE value IS 88 (34.77% from 255) = 53.99%

R = 34.36%
G = 11.66%
B = 53.99%

CMYK

 C value IS 0.36

 M value IS 0.78

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#381358 (or 0x381358) is known color: Christalle. HEX triplet: 38, 13 and 58. RGB value is (56,19,88). Sum of RGB (Red+Green+Blue) = 56+19+88=163 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.36% from 163); Green value is 19 (7.81% from 255 or 11.66% from 163); Blue value is 88 (34.77% from 255 or 53.99% from 163); Max value from RGB is 88 - color contains mainly: blue. Hex color #381358 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381358 is #C7ECA7. Grayscale: #252525. Windows color (decimal): -13102248 or 5772088. OLE color: 5772088.

HSL color Cylindrical-coordinate representation of color #381358: hue angle of 272.17º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #381358 is Cyan = 0.36, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 56 19 88 -
CMYK 0.36 0.78 0 0.65
HSL 272.17º 0.64% 0.21% -
HSV(B) 272.17º 0.78% 0.35% -
XYZ 3.63 2.01 9.43 -
YUV 37.93 156.26 140.89 -
System Red Green Blue C M Y K H S L
Decimal 56 19 88 0.36 0.78 0 0.65 272.17 0.64 0.21
Hex 38 13 58 24 4E 0 41 110 40 15
Octal 70 23 130 44 116 0 101 420 100 25
Binary 111000 10011 1011000 100100 1001110 0 1000001 100010000 1000000 10101

Color Harmonies of #381358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381358

Black with #381358

Text Example


Text Example

White with #381358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381358; }

 p { color: rgb(56,19,88); }

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

background-color css

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

 a { background-color: rgb(56,19,88); }

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

border-color css

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

 span { border-color: rgb(56,19,88); }

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