Html Css Color HEX #2D2277 Persian Indigo

📋 copy color: '#2D2277'

red 45 ◦ green 34 ◦ blue 119

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

Shades of Persian Indigo #2D2277

Tints of Persian Indigo #2D2277

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.17%

 BLUE value IS 119 (46.88% from 255) = 60.1%

R = 22.73%
G = 17.17%
B = 60.1%

CMYK

 C value IS 0.62

 M value IS 0.71

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2D2277 (or 0x2D2277) is known color: Persian Indigo. HEX triplet: 2D, 22 and 77. RGB value is (45,34,119). Sum of RGB (Red+Green+Blue) = 45+34+119=198 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.73% from 198); Green value is 34 (13.67% from 255 or 17.17% from 198); Blue value is 119 (46.88% from 255 or 60.10% from 198); Max value from RGB is 119 - color contains mainly: blue. Hex color #2D2277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2277 is #D2DD88. Grayscale: #2E2E2E. Windows color (decimal): -13819273 or 7807533. OLE color: 7807533.

HSL color Cylindrical-coordinate representation of color #2D2277: hue angle of 247.76º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2D2277 is Cyan = 0.62, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 45 34 119 -
CMYK 0.62 0.71 0 0.53
HSL 247.76º 0.56% 0.3% -
HSV(B) 247.76º 0.71% 0.47% -
XYZ 4.98 3.03 17.78 -
YUV 46.98 168.64 126.59 -
System Red Green Blue C M Y K H S L
Decimal 45 34 119 0.62 0.71 0 0.53 247.76 0.56 0.3
Hex 2D 22 77 3E 47 0 35 F8 38 1E
Octal 55 42 167 76 107 0 65 370 70 36
Binary 101101 100010 1110111 111110 1000111 0 110101 11111000 111000 11110

Color Harmonies of #2D2277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D2277

Black with #2D2277

Text Example


Text Example

White with #2D2277

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,34,119); }

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

background-color css

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

 a { background-color: rgb(45,34,119); }

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

border-color css

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

 span { border-color: rgb(45,34,119); }

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