Html Css Color HEX #33005A Christalle

📋 copy color: '#33005A'

red 51 ◦ green 0 ◦ blue 90

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

Shades of Christalle #33005A

Tints of Christalle #33005A

RGB

 RED value IS 51 (20.31% from 255) = 36.17%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 90 (35.55% from 255) = 63.83%

R = 36.17%
G = 0%
B = 63.83%

CMYK

 C value IS 0.43

 M value IS 1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#33005A (or 0x33005A) is known color: Christalle. HEX triplet: 33, 00 and 5A. RGB value is (51,0,90). Sum of RGB (Red+Green+Blue) = 51+0+90=141 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.17% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 90 (35.55% from 255 or 63.83% from 141); Max value from RGB is 90 - color contains mainly: blue. Hex color #33005A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33005A is #CCFFA5. Grayscale: #191919. Windows color (decimal): -13434790 or 5898291. OLE color: 5898291.

HSL color Cylindrical-coordinate representation of color #33005A: hue angle of 274º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #33005A is Cyan = 0.43, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 51 0 90 -
CMYK 0.43 1 0 0.65
HSL 274º 1% 0.18% -
HSV(B) 274º 1% 0.35% -
XYZ 3.21 1.44 9.78 -
YUV 25.51 164.4 146.18 -
System Red Green Blue C M Y K H S L
Decimal 51 0 90 0.43 1 0 0.65 274 1 0.18
Hex 33 0 5A 2B 64 0 41 112 64 12
Octal 63 0 132 53 144 0 101 422 144 22
Binary 110011 0 1011010 101011 1100100 0 1000001 100010010 1100100 10010

Color Harmonies of #33005A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33005A

Black with #33005A

Text Example


Text Example

White with #33005A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33005A; }

 p { color: rgb(51,0,90); }

 H1.HeaderClassName
 {
   color: #33005A;
 }
 .AnyTagClassName
 {
   color: #33005A;
 }
</style>

background-color css

<style>
 a { background-color: #33005A; }

 a { background-color: rgb(51,0,90); }

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

border-color css

<style>
 span { border-color: #33005A; }

 span { border-color: rgb(51,0,90); }

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