Html Css Color HEX #38085D Christalle

📋 copy color: '#38085D'

red 56 ◦ green 8 ◦ blue 93

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

Shades of Christalle #38085D

Tints of Christalle #38085D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.1%

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

R = 35.67%
G = 5.1%
B = 59.24%

CMYK

 C value IS 0.40

 M value IS 0.91

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#38085D (or 0x38085D) is known color: Christalle. HEX triplet: 38, 08 and 5D. RGB value is (56,8,93). Sum of RGB (Red+Green+Blue) = 56+8+93=157 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.67% from 157); Green value is 8 (3.52% from 255 or 5.10% from 157); Blue value is 93 (36.72% from 255 or 59.24% from 157); Max value from RGB is 93 - color contains mainly: blue. Hex color #38085D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38085D is #C7F7A2. Grayscale: #1F1F1F. Windows color (decimal): -13105059 or 6096952. OLE color: 6096952.

HSL color Cylindrical-coordinate representation of color #38085D: hue angle of 273.88º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #38085D is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 56 8 93 -
CMYK 0.40 0.91 0 0.64
HSL 273.88º 0.84% 0.2% -
HSV(B) 273.88º 0.91% 0.36% -
XYZ 3.69 1.8 10.51 -
YUV 32.04 162.4 145.09 -
System Red Green Blue C M Y K H S L
Decimal 56 8 93 0.40 0.91 0 0.64 273.88 0.84 0.2
Hex 38 8 5D 28 5B 0 40 112 54 14
Octal 70 10 135 50 133 0 100 422 124 24
Binary 111000 1000 1011101 101000 1011011 0 1000000 100010010 1010100 10100

Color Harmonies of #38085D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38085D

Black with #38085D

Text Example


Text Example

White with #38085D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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