Html Css Color HEX #38185F Christalle

📋 copy color: '#38185F'

red 56 ◦ green 24 ◦ blue 95

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

Shades of Christalle #38185F

Tints of Christalle #38185F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.71%

 BLUE value IS 95 (37.5% from 255) = 54.29%

R = 32%
G = 13.71%
B = 54.29%

CMYK

 C value IS 0.41

 M value IS 0.75

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#38185F (or 0x38185F) is known color: Christalle. HEX triplet: 38, 18 and 5F. RGB value is (56,24,95). Sum of RGB (Red+Green+Blue) = 56+24+95=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 24 (9.77% from 255 or 13.71% from 175); Blue value is 95 (37.5% from 255 or 54.29% from 175); Max value from RGB is 95 - color contains mainly: blue. Hex color #38185F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38185F is #C7E7A0. Grayscale: #292929. Windows color (decimal): -13100961 or 6232120. OLE color: 6232120.

HSL color Cylindrical-coordinate representation of color #38185F: hue angle of 267.04º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38185F is Cyan = 0.41, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 56 24 95 -
CMYK 0.41 0.75 0 0.63
HSL 267.04º 0.6% 0.23% -
HSV(B) 267.04º 0.75% 0.37% -
XYZ 4.02 2.32 11.06 -
YUV 41.66 158.1 138.23 -
System Red Green Blue C M Y K H S L
Decimal 56 24 95 0.41 0.75 0 0.63 267.04 0.6 0.23
Hex 38 18 5F 29 4B 0 3F 10B 3C 17
Octal 70 30 137 51 113 0 77 413 74 27
Binary 111000 11000 1011111 101001 1001011 0 111111 100001011 111100 10111

Color Harmonies of #38185F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38185F

Black with #38185F

Text Example


Text Example

White with #38185F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38185F; }

 p { color: rgb(56,24,95); }

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

background-color css

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

 a { background-color: rgb(56,24,95); }

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

border-color css

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

 span { border-color: rgb(56,24,95); }

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