Html Css Color HEX #38135E Christalle

📋 copy color: '#38135E'

red 56 ◦ green 19 ◦ blue 94

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

Shades of Christalle #38135E

Tints of Christalle #38135E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 55.62%

R = 33.14%
G = 11.24%
B = 55.62%

CMYK

 C value IS 0.40

 M value IS 0.80

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#38135E (or 0x38135E) is known color: Christalle. HEX triplet: 38, 13 and 5E. RGB value is (56,19,94). Sum of RGB (Red+Green+Blue) = 56+19+94=169 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.14% from 169); Green value is 19 (7.81% from 255 or 11.24% from 169); Blue value is 94 (37.11% from 255 or 55.62% from 169); Max value from RGB is 94 - color contains mainly: blue. Hex color #38135E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38135E is #C7ECA1. Grayscale: #262626. Windows color (decimal): -13102242 or 6165304. OLE color: 6165304.

HSL color Cylindrical-coordinate representation of color #38135E: hue angle of 269.6º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #38135E is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 56 19 94 -
CMYK 0.40 0.80 0 0.63
HSL 269.6º 0.66% 0.22% -
HSV(B) 269.6º 0.8% 0.37% -
XYZ 3.88 2.11 10.79 -
YUV 38.61 159.26 140.4 -
System Red Green Blue C M Y K H S L
Decimal 56 19 94 0.40 0.80 0 0.63 269.6 0.66 0.22
Hex 38 13 5E 28 50 0 3F 10E 42 16
Octal 70 23 136 50 120 0 77 416 102 26
Binary 111000 10011 1011110 101000 1010000 0 111111 100001110 1000010 10110

Color Harmonies of #38135E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38135E

Black with #38135E

Text Example


Text Example

White with #38135E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38135E; }

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

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

background-color css

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

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

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

border-color css

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

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

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