Html Css Color HEX #38095F Christalle

📋 copy color: '#38095F'

red 56 ◦ green 9 ◦ blue 95

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

Shades of Christalle #38095F

Tints of Christalle #38095F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 59.38%

R = 35%
G = 5.63%
B = 59.38%

CMYK

 C value IS 0.41

 M value IS 0.91

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#38095F (or 0x38095F) is known color: Christalle. HEX triplet: 38, 09 and 5F. RGB value is (56,9,95). Sum of RGB (Red+Green+Blue) = 56+9+95=160 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35% from 160); Green value is 9 (3.91% from 255 or 5.62% from 160); Blue value is 95 (37.5% from 255 or 59.38% from 160); Max value from RGB is 95 - color contains mainly: blue. Hex color #38095F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38095F is #C7F6A0. Grayscale: #202020. Windows color (decimal): -13104801 or 6228280. OLE color: 6228280.

HSL color Cylindrical-coordinate representation of color #38095F: hue angle of 272.79º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #38095F is Cyan = 0.41, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 56 9 95 -
CMYK 0.41 0.91 0 0.63
HSL 272.79º 0.83% 0.2% -
HSV(B) 272.79º 0.91% 0.37% -
XYZ 3.79 1.86 10.99 -
YUV 32.86 163.07 144.51 -
System Red Green Blue C M Y K H S L
Decimal 56 9 95 0.41 0.91 0 0.63 272.79 0.83 0.2
Hex 38 9 5F 29 5B 0 3F 111 53 14
Octal 70 11 137 51 133 0 77 421 123 24
Binary 111000 1001 1011111 101001 1011011 0 111111 100010001 1010011 10100

Color Harmonies of #38095F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38095F

Black with #38095F

Text Example


Text Example

White with #38095F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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