Html Css Color HEX #38085C Christalle

📋 copy color: '#38085C'

red 56 ◦ green 8 ◦ blue 92

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

Shades of Christalle #38085C

Tints of Christalle #38085C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 58.97%

R = 35.9%
G = 5.13%
B = 58.97%

CMYK

 C value IS 0.39

 M value IS 0.91

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#38085C (or 0x38085C) is known color: Christalle. HEX triplet: 38, 08 and 5C. RGB value is (56,8,92). Sum of RGB (Red+Green+Blue) = 56+8+92=156 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.90% from 156); Green value is 8 (3.52% from 255 or 5.13% from 156); Blue value is 92 (36.33% from 255 or 58.97% from 156); Max value from RGB is 92 - color contains mainly: blue. Hex color #38085C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38085C is #C7F7A3. Grayscale: #1F1F1F. Windows color (decimal): -13105060 or 6031416. OLE color: 6031416.

HSL color Cylindrical-coordinate representation of color #38085C: hue angle of 274.29º 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 #38085C is Cyan = 0.39, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 56 8 92 -
CMYK 0.39 0.91 0 0.64
HSL 274.29º 0.84% 0.2% -
HSV(B) 274.29º 0.91% 0.36% -
XYZ 3.65 1.79 10.28 -
YUV 31.93 161.9 145.17 -
System Red Green Blue C M Y K H S L
Decimal 56 8 92 0.39 0.91 0 0.64 274.29 0.84 0.2
Hex 38 8 5C 27 5B 0 40 112 54 14
Octal 70 10 134 47 133 0 100 422 124 24
Binary 111000 1000 1011100 100111 1011011 0 1000000 100010010 1010100 10100

Color Harmonies of #38085C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38085C

Black with #38085C

Text Example


Text Example

White with #38085C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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