Html Css Color HEX #3B095F Christalle

📋 copy color: '#3B095F'

red 59 ◦ green 9 ◦ blue 95

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

Shades of Christalle #3B095F

Tints of Christalle #3B095F

RGB

 RED value IS 59 (23.44% from 255) = 36.2%

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

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

R = 36.2%
G = 5.52%
B = 58.28%

CMYK

 C value IS 0.38

 M value IS 0.91

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#3B095F (or 0x3B095F) is known color: Christalle. HEX triplet: 3B, 09 and 5F. RGB value is (59,9,95). Sum of RGB (Red+Green+Blue) = 59+9+95=163 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.20% from 163); Green value is 9 (3.91% from 255 or 5.52% from 163); Blue value is 95 (37.5% from 255 or 58.28% from 163); Max value from RGB is 95 - color contains mainly: blue. Hex color #3B095F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B095F is #C4F6A0. Grayscale: #212121. Windows color (decimal): -12908193 or 6228283. OLE color: 6228283.

HSL color Cylindrical-coordinate representation of color #3B095F: hue angle of 274.88º 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 #3B095F is Cyan = 0.38, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 59 9 95 -
CMYK 0.38 0.91 0 0.63
HSL 274.88º 0.83% 0.2% -
HSV(B) 274.88º 0.91% 0.37% -
XYZ 3.97 1.95 10.99 -
YUV 33.75 162.57 146.01 -
System Red Green Blue C M Y K H S L
Decimal 59 9 95 0.38 0.91 0 0.63 274.88 0.83 0.2
Hex 3B 9 5F 26 5B 0 3F 113 53 14
Octal 73 11 137 46 133 0 77 423 123 24
Binary 111011 1001 1011111 100110 1011011 0 111111 100010011 1010011 10100

Color Harmonies of #3B095F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B095F

Black with #3B095F

Text Example


Text Example

White with #3B095F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B095F; }

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

 H1.HeaderClassName
 {
   color: #3B095F;
 }
 .AnyTagClassName
 {
   color: #3B095F;
 }
</style>

background-color css

<style>
 a { background-color: #3B095F; }

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

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

border-color css

<style>
 span { border-color: #3B095F; }

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

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