Html Css Color HEX #38175F Christalle

📋 copy color: '#38175F'

red 56 ◦ green 23 ◦ blue 95

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

Shades of Christalle #38175F

Tints of Christalle #38175F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.22%

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

R = 32.18%
G = 13.22%
B = 54.6%

CMYK

 C value IS 0.41

 M value IS 0.76

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#38175F (or 0x38175F) is known color: Christalle. HEX triplet: 38, 17 and 5F. RGB value is (56,23,95). Sum of RGB (Red+Green+Blue) = 56+23+95=174 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32.18% from 174); Green value is 23 (9.38% from 255 or 13.22% from 174); Blue value is 95 (37.5% from 255 or 54.60% from 174); Max value from RGB is 95 - color contains mainly: blue. Hex color #38175F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38175F is #C7E8A0. Grayscale: #282828. Windows color (decimal): -13101217 or 6231864. OLE color: 6231864.

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

Color convert

RGB 56 23 95 -
CMYK 0.41 0.76 0 0.63
HSL 267.5º 0.61% 0.23% -
HSV(B) 267.5º 0.76% 0.37% -
XYZ 4 2.28 11.06 -
YUV 41.08 158.43 138.65 -
System Red Green Blue C M Y K H S L
Decimal 56 23 95 0.41 0.76 0 0.63 267.5 0.61 0.23
Hex 38 17 5F 29 4C 0 3F 10C 3D 17
Octal 70 27 137 51 114 0 77 414 75 27
Binary 111000 10111 1011111 101001 1001100 0 111111 100001100 111101 10111

Color Harmonies of #38175F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38175F

Black with #38175F

Text Example


Text Example

White with #38175F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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