Html Css Color HEX #38135D Christalle

📋 copy color: '#38135D'

red 56 ◦ green 19 ◦ blue 93

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

Shades of Christalle #38135D

Tints of Christalle #38135D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 55.36%

R = 33.33%
G = 11.31%
B = 55.36%

CMYK

 C value IS 0.40

 M value IS 0.80

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#38135D (or 0x38135D) is known color: Christalle. HEX triplet: 38, 13 and 5D. RGB value is (56,19,93). Sum of RGB (Red+Green+Blue) = 56+19+93=168 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.33% from 168); Green value is 19 (7.81% from 255 or 11.31% from 168); Blue value is 93 (36.72% from 255 or 55.36% from 168); Max value from RGB is 93 - color contains mainly: blue. Hex color #38135D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38135D is #C7ECA2. Grayscale: #262626. Windows color (decimal): -13102243 or 6099768. OLE color: 6099768.

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

Color convert

RGB 56 19 93 -
CMYK 0.40 0.80 0 0.64
HSL 270º 0.66% 0.22% -
HSV(B) 270º 0.8% 0.36% -
XYZ 3.84 2.1 10.56 -
YUV 38.5 158.76 140.48 -
System Red Green Blue C M Y K H S L
Decimal 56 19 93 0.40 0.80 0 0.64 270 0.66 0.22
Hex 38 13 5D 28 50 0 40 10E 42 16
Octal 70 23 135 50 120 0 100 416 102 26
Binary 111000 10011 1011101 101000 1010000 0 1000000 100001110 1000010 10110

Color Harmonies of #38135D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38135D

Black with #38135D

Text Example


Text Example

White with #38135D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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