Html Css Color HEX #2D0998 Persian Indigo

📋 copy color: '#2D0998'

red 45 ◦ green 9 ◦ blue 152

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

Shades of Persian Indigo #2D0998

Tints of Persian Indigo #2D0998

RGB

 RED value IS 45 (17.97% from 255) = 21.84%

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

 BLUE value IS 152 (59.77% from 255) = 73.79%

R = 21.84%
G = 4.37%
B = 73.79%

CMYK

 C value IS 0.70

 M value IS 0.94

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#2D0998 (or 0x2D0998) is known color: Persian Indigo. HEX triplet: 2D, 09 and 98. RGB value is (45,9,152). Sum of RGB (Red+Green+Blue) = 45+9+152=206 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.84% from 206); Green value is 9 (3.91% from 255 or 4.37% from 206); Blue value is 152 (59.77% from 255 or 73.79% from 206); Max value from RGB is 152 - color contains mainly: blue. Hex color #2D0998 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0998 is #D2F667. Grayscale: #232323. Windows color (decimal): -13825640 or 9963821. OLE color: 9963821.

HSL color Cylindrical-coordinate representation of color #2D0998: hue angle of 255.1º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2D0998 is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 45 9 152 -
CMYK 0.70 0.94 0 0.40
HSL 255.1º 0.89% 0.32% -
HSV(B) 255.1º 0.94% 0.6% -
XYZ 6.85 3.02 29.93 -
YUV 36.07 193.43 134.37 -
System Red Green Blue C M Y K H S L
Decimal 45 9 152 0.70 0.94 0 0.40 255.1 0.89 0.32
Hex 2D 9 98 46 5E 0 28 FF 59 20
Octal 55 11 230 106 136 0 50 377 131 40
Binary 101101 1001 10011000 1000110 1011110 0 101000 11111111 1011001 100000

Color Harmonies of #2D0998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D0998

Black with #2D0998

Text Example


Text Example

White with #2D0998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D0998; }

 p { color: rgb(45,9,152); }

 H1.HeaderClassName
 {
   color: #2D0998;
 }
 .AnyTagClassName
 {
   color: #2D0998;
 }
</style>

background-color css

<style>
 a { background-color: #2D0998; }

 a { background-color: rgb(45,9,152); }

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

border-color css

<style>
 span { border-color: #2D0998; }

 span { border-color: rgb(45,9,152); }

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