Html Css Color HEX #33067A Persian Indigo

📋 copy color: '#33067A'

red 51 ◦ green 6 ◦ blue 122

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

Shades of Persian Indigo #33067A

Tints of Persian Indigo #33067A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.35%

 BLUE value IS 122 (48.05% from 255) = 68.16%

R = 28.49%
G = 3.35%
B = 68.16%

CMYK

 C value IS 0.58

 M value IS 0.95

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#33067A (or 0x33067A) is known color: Persian Indigo. HEX triplet: 33, 06 and 7A. RGB value is (51,6,122). Sum of RGB (Red+Green+Blue) = 51+6+122=179 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.49% from 179); Green value is 6 (2.73% from 255 or 3.35% from 179); Blue value is 122 (48.05% from 255 or 68.16% from 179); Max value from RGB is 122 - color contains mainly: blue. Hex color #33067A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33067A is #CCF985. Grayscale: #202020. Windows color (decimal): -13433222 or 7996979. OLE color: 7996979.

HSL color Cylindrical-coordinate representation of color #33067A: hue angle of 263.28º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #33067A is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 51 6 122 -
CMYK 0.58 0.95 0 0.52
HSL 263.28º 0.91% 0.25% -
HSV(B) 263.28º 0.95% 0.48% -
XYZ 4.94 2.24 18.58 -
YUV 32.68 178.41 141.07 -
System Red Green Blue C M Y K H S L
Decimal 51 6 122 0.58 0.95 0 0.52 263.28 0.91 0.25
Hex 33 6 7A 3A 5F 0 34 107 5B 19
Octal 63 6 172 72 137 0 64 407 133 31
Binary 110011 110 1111010 111010 1011111 0 110100 100000111 1011011 11001

Color Harmonies of #33067A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33067A

Black with #33067A

Text Example


Text Example

White with #33067A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,6,122); }

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

background-color css

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

 a { background-color: rgb(51,6,122); }

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

border-color css

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

 span { border-color: rgb(51,6,122); }

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