Html Css Color HEX #33069D Persian Indigo

📋 copy color: '#33069D'

red 51 ◦ green 6 ◦ blue 157

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

Shades of Persian Indigo #33069D

Tints of Persian Indigo #33069D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 73.36%

R = 23.83%
G = 2.8%
B = 73.36%

CMYK

 C value IS 0.68

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#33069D (or 0x33069D) is known color: Persian Indigo. HEX triplet: 33, 06 and 9D. RGB value is (51,6,157). Sum of RGB (Red+Green+Blue) = 51+6+157=214 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.83% from 214); Green value is 6 (2.73% from 255 or 2.80% from 214); Blue value is 157 (61.72% from 255 or 73.36% from 214); Max value from RGB is 157 - color contains mainly: blue. Hex color #33069D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33069D is #CCF962. Grayscale: #242424. Windows color (decimal): -13433187 or 10290739. OLE color: 10290739.

HSL color Cylindrical-coordinate representation of color #33069D: hue angle of 257.88º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #33069D is Cyan = 0.68, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 51 6 157 -
CMYK 0.68 0.96 0 0.38
HSL 257.88º 0.93% 0.32% -
HSV(B) 257.88º 0.96% 0.62% -
XYZ 7.52 3.27 32.13 -
YUV 36.67 195.91 138.22 -
System Red Green Blue C M Y K H S L
Decimal 51 6 157 0.68 0.96 0 0.38 257.88 0.93 0.32
Hex 33 6 9D 44 60 0 26 102 5D 20
Octal 63 6 235 104 140 0 46 402 135 40
Binary 110011 110 10011101 1000100 1100000 0 100110 100000010 1011101 100000

Color Harmonies of #33069D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33069D

Black with #33069D

Text Example


Text Example

White with #33069D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33069D; }

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

 H1.HeaderClassName
 {
   color: #33069D;
 }
 .AnyTagClassName
 {
   color: #33069D;
 }
</style>

background-color css

<style>
 a { background-color: #33069D; }

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

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

border-color css

<style>
 span { border-color: #33069D; }

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

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