Html Css Color HEX #33057B Persian Indigo

📋 copy color: '#33057B'

red 51 ◦ green 5 ◦ blue 123

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

Shades of Persian Indigo #33057B

Tints of Persian Indigo #33057B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.79%

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

R = 28.49%
G = 2.79%
B = 68.72%

CMYK

 C value IS 0.59

 M value IS 0.96

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#33057B (or 0x33057B) is known color: Persian Indigo. HEX triplet: 33, 05 and 7B. RGB value is (51,5,123). Sum of RGB (Red+Green+Blue) = 51+5+123=179 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.49% from 179); Green value is 5 (2.34% from 255 or 2.79% from 179); Blue value is 123 (48.44% from 255 or 68.72% from 179); Max value from RGB is 123 - color contains mainly: blue. Hex color #33057B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33057B is #CCFA84. Grayscale: #1F1F1F. Windows color (decimal): -13433477 or 8062259. OLE color: 8062259.

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

Color convert

RGB 51 5 123 -
CMYK 0.59 0.96 0 0.52
HSL 263.39º 0.92% 0.25% -
HSV(B) 263.39º 0.96% 0.48% -
XYZ 4.99 2.24 18.91 -
YUV 32.21 179.24 141.41 -
System Red Green Blue C M Y K H S L
Decimal 51 5 123 0.59 0.96 0 0.52 263.39 0.92 0.25
Hex 33 5 7B 3B 60 0 34 107 5C 19
Octal 63 5 173 73 140 0 64 407 134 31
Binary 110011 101 1111011 111011 1100000 0 110100 100000111 1011100 11001

Color Harmonies of #33057B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33057B

Black with #33057B

Text Example


Text Example

White with #33057B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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