Html Css Color HEX #33027B Persian Indigo

📋 copy color: '#33027B'

red 51 ◦ green 2 ◦ blue 123

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

Shades of Persian Indigo #33027B

Tints of Persian Indigo #33027B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.14%

 BLUE value IS 123 (48.44% from 255) = 69.89%

R = 28.98%
G = 1.14%
B = 69.89%

CMYK

 C value IS 0.59

 M value IS 0.98

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#33027B (or 0x33027B) is known color: Persian Indigo. HEX triplet: 33, 02 and 7B. RGB value is (51,2,123). Sum of RGB (Red+Green+Blue) = 51+2+123=176 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.98% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 123 (48.44% from 255 or 69.89% from 176); Max value from RGB is 123 - color contains mainly: blue. Hex color #33027B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33027B is #CCFD84. Grayscale: #1E1E1E. Windows color (decimal): -13434245 or 8061491. OLE color: 8061491.

HSL color Cylindrical-coordinate representation of color #33027B: hue angle of 264.3º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #33027B is Cyan = 0.59, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 51 2 123 -
CMYK 0.59 0.98 0 0.52
HSL 264.3º 0.97% 0.25% -
HSV(B) 264.3º 0.98% 0.48% -
XYZ 4.96 2.18 18.9 -
YUV 30.45 180.23 142.66 -
System Red Green Blue C M Y K H S L
Decimal 51 2 123 0.59 0.98 0 0.52 264.3 0.97 0.25
Hex 33 2 7B 3B 62 0 34 108 61 19
Octal 63 2 173 73 142 0 64 410 141 31
Binary 110011 10 1111011 111011 1100010 0 110100 100001000 1100001 11001

Color Harmonies of #33027B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33027B

Black with #33027B

Text Example


Text Example

White with #33027B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33027B; }

 p { color: rgb(51,2,123); }

 H1.HeaderClassName
 {
   color: #33027B;
 }
 .AnyTagClassName
 {
   color: #33027B;
 }
</style>

background-color css

<style>
 a { background-color: #33027B; }

 a { background-color: rgb(51,2,123); }

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

border-color css

<style>
 span { border-color: #33027B; }

 span { border-color: rgb(51,2,123); }

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