Html Css Color HEX #2D227D Persian Indigo

📋 copy color: '#2D227D'

red 45 ◦ green 34 ◦ blue 125

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

Shades of Persian Indigo #2D227D

Tints of Persian Indigo #2D227D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 61.27%

R = 22.06%
G = 16.67%
B = 61.27%

CMYK

 C value IS 0.64

 M value IS 0.73

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2D227D (or 0x2D227D) is known color: Persian Indigo. HEX triplet: 2D, 22 and 7D. RGB value is (45,34,125). Sum of RGB (Red+Green+Blue) = 45+34+125=204 (27% of max value = 765). Red value is 45 (17.97% from 255 or 22.06% from 204); Green value is 34 (13.67% from 255 or 16.67% from 204); Blue value is 125 (49.22% from 255 or 61.27% from 204); Max value from RGB is 125 - color contains mainly: blue. Hex color #2D227D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D227D is #D2DD82. Grayscale: #2F2F2F. Windows color (decimal): -13819267 or 8200749. OLE color: 8200749.

HSL color Cylindrical-coordinate representation of color #2D227D: hue angle of 247.25º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2D227D is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 45 34 125 -
CMYK 0.64 0.73 0 0.51
HSL 247.25º 0.57% 0.31% -
HSV(B) 247.25º 0.73% 0.49% -
XYZ 5.36 3.18 19.73 -
YUV 47.66 171.64 126.1 -
System Red Green Blue C M Y K H S L
Decimal 45 34 125 0.64 0.73 0 0.51 247.25 0.57 0.31
Hex 2D 22 7D 40 49 0 33 F7 39 1F
Octal 55 42 175 100 111 0 63 367 71 37
Binary 101101 100010 1111101 1000000 1001001 0 110011 11110111 111001 11111

Color Harmonies of #2D227D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D227D

Black with #2D227D

Text Example


Text Example

White with #2D227D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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