Html Css Color HEX #33098B Persian Indigo

📋 copy color: '#33098B'

red 51 ◦ green 9 ◦ blue 139

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

Shades of Persian Indigo #33098B

Tints of Persian Indigo #33098B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 69.85%

R = 25.63%
G = 4.52%
B = 69.85%

CMYK

 C value IS 0.63

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#33098B (or 0x33098B) is known color: Persian Indigo. HEX triplet: 33, 09 and 8B. RGB value is (51,9,139). Sum of RGB (Red+Green+Blue) = 51+9+139=199 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.63% from 199); Green value is 9 (3.91% from 255 or 4.52% from 199); Blue value is 139 (54.69% from 255 or 69.85% from 199); Max value from RGB is 139 - color contains mainly: blue. Hex color #33098B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33098B is #CCF674. Grayscale: #232323. Windows color (decimal): -13432437 or 9111859. OLE color: 9111859.

HSL color Cylindrical-coordinate representation of color #33098B: hue angle of 259.38º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #33098B is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 51 9 139 -
CMYK 0.63 0.94 0 0.45
HSL 259.38º 0.88% 0.29% -
HSV(B) 259.38º 0.94% 0.55% -
XYZ 6.12 2.76 24.64 -
YUV 36.38 185.91 138.43 -
System Red Green Blue C M Y K H S L
Decimal 51 9 139 0.63 0.94 0 0.45 259.38 0.88 0.29
Hex 33 9 8B 3F 5E 0 2D 103 58 1D
Octal 63 11 213 77 136 0 55 403 130 35
Binary 110011 1001 10001011 111111 1011110 0 101101 100000011 1011000 11101

Color Harmonies of #33098B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33098B

Black with #33098B

Text Example


Text Example

White with #33098B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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