Html Css Color HEX #38095C Christalle

📋 copy color: '#38095C'

red 56 ◦ green 9 ◦ blue 92

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

Shades of Christalle #38095C

Tints of Christalle #38095C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.73%

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

R = 35.67%
G = 5.73%
B = 58.6%

CMYK

 C value IS 0.39

 M value IS 0.90

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#38095C (or 0x38095C) is known color: Christalle. HEX triplet: 38, 09 and 5C. RGB value is (56,9,92). Sum of RGB (Red+Green+Blue) = 56+9+92=157 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.67% from 157); Green value is 9 (3.91% from 255 or 5.73% from 157); Blue value is 92 (36.33% from 255 or 58.60% from 157); Max value from RGB is 92 - color contains mainly: blue. Hex color #38095C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38095C is #C7F6A3. Grayscale: #202020. Windows color (decimal): -13104804 or 6031672. OLE color: 6031672.

HSL color Cylindrical-coordinate representation of color #38095C: hue angle of 273.98º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #38095C is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 56 9 92 -
CMYK 0.39 0.90 0 0.64
HSL 273.98º 0.82% 0.2% -
HSV(B) 273.98º 0.9% 0.36% -
XYZ 3.66 1.81 10.28 -
YUV 32.52 161.57 144.75 -
System Red Green Blue C M Y K H S L
Decimal 56 9 92 0.39 0.90 0 0.64 273.98 0.82 0.2
Hex 38 9 5C 27 5A 0 40 112 52 14
Octal 70 11 134 47 132 0 100 422 122 24
Binary 111000 1001 1011100 100111 1011010 0 1000000 100010010 1010010 10100

Color Harmonies of #38095C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38095C

Black with #38095C

Text Example


Text Example

White with #38095C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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