Html Css Color HEX #33098F Persian Indigo

📋 copy color: '#33098F'

red 51 ◦ green 9 ◦ blue 143

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

Shades of Persian Indigo #33098F

Tints of Persian Indigo #33098F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.43%

 BLUE value IS 143 (56.25% from 255) = 70.44%

R = 25.12%
G = 4.43%
B = 70.44%

CMYK

 C value IS 0.64

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#33098F (or 0x33098F) is known color: Persian Indigo. HEX triplet: 33, 09 and 8F. RGB value is (51,9,143). Sum of RGB (Red+Green+Blue) = 51+9+143=203 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.12% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 143 (56.25% from 255 or 70.44% from 203); Max value from RGB is 143 - color contains mainly: blue. Hex color #33098F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33098F is #CCF670. Grayscale: #242424. Windows color (decimal): -13432433 or 9374003. OLE color: 9374003.

HSL color Cylindrical-coordinate representation of color #33098F: hue angle of 258.81º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #33098F is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 51 9 143 -
CMYK 0.64 0.94 0 0.44
HSL 258.81º 0.88% 0.3% -
HSV(B) 258.81º 0.94% 0.56% -
XYZ 6.42 2.88 26.2 -
YUV 36.83 187.91 138.1 -
System Red Green Blue C M Y K H S L
Decimal 51 9 143 0.64 0.94 0 0.44 258.81 0.88 0.3
Hex 33 9 8F 40 5E 0 2C 103 58 1E
Octal 63 11 217 100 136 0 54 403 130 36
Binary 110011 1001 10001111 1000000 1011110 0 101100 100000011 1011000 11110

Color Harmonies of #33098F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33098F

Black with #33098F

Text Example


Text Example

White with #33098F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33098F; }

 p { color: rgb(51,9,143); }

 H1.HeaderClassName
 {
   color: #33098F;
 }
 .AnyTagClassName
 {
   color: #33098F;
 }
</style>

background-color css

<style>
 a { background-color: #33098F; }

 a { background-color: rgb(51,9,143); }

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

border-color css

<style>
 span { border-color: #33098F; }

 span { border-color: rgb(51,9,143); }

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