Html Css Color HEX #2D1198 Persian Indigo

📋 copy color: '#2D1198'

red 45 ◦ green 17 ◦ blue 152

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

Shades of Persian Indigo #2D1198

Tints of Persian Indigo #2D1198

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.94%

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

R = 21.03%
G = 7.94%
B = 71.03%

CMYK

 C value IS 0.70

 M value IS 0.89

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#2D1198 (or 0x2D1198) is known color: Persian Indigo. HEX triplet: 2D, 11 and 98. RGB value is (45,17,152). Sum of RGB (Red+Green+Blue) = 45+17+152=214 (28% of max value = 765). Red value is 45 (17.97% from 255 or 21.03% from 214); Green value is 17 (7.03% from 255 or 7.94% from 214); Blue value is 152 (59.77% from 255 or 71.03% from 214); Max value from RGB is 152 - color contains mainly: blue. Hex color #2D1198 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D1198 is #D2EE67. Grayscale: #282828. Windows color (decimal): -13823592 or 9965869. OLE color: 9965869.

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

Color convert

RGB 45 17 152 -
CMYK 0.70 0.89 0 0.40
HSL 252.44º 0.8% 0.33% -
HSV(B) 252.44º 0.89% 0.6% -
XYZ 6.95 3.23 29.96 -
YUV 40.76 190.78 131.02 -
System Red Green Blue C M Y K H S L
Decimal 45 17 152 0.70 0.89 0 0.40 252.44 0.8 0.33
Hex 2D 11 98 46 59 0 28 FC 50 21
Octal 55 21 230 106 131 0 50 374 120 41
Binary 101101 10001 10011000 1000110 1011001 0 101000 11111100 1010000 100001

Color Harmonies of #2D1198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D1198

Black with #2D1198

Text Example


Text Example

White with #2D1198

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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