Html Css Color HEX #2D207D Persian Indigo

📋 copy color: '#2D207D'

red 45 ◦ green 32 ◦ blue 125

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

Shades of Persian Indigo #2D207D

Tints of Persian Indigo #2D207D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.84%

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

R = 22.28%
G = 15.84%
B = 61.88%

CMYK

 C value IS 0.64

 M value IS 0.74

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2D207D (or 0x2D207D) is known color: Persian Indigo. HEX triplet: 2D, 20 and 7D. RGB value is (45,32,125). Sum of RGB (Red+Green+Blue) = 45+32+125=202 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.28% from 202); Green value is 32 (12.89% from 255 or 15.84% from 202); Blue value is 125 (49.22% from 255 or 61.88% from 202); Max value from RGB is 125 - color contains mainly: blue. Hex color #2D207D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D207D is #D2DF82. Grayscale: #2E2E2E. Windows color (decimal): -13819779 or 8200237. OLE color: 8200237.

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

Color convert

RGB 45 32 125 -
CMYK 0.64 0.74 0 0.51
HSL 248.39º 0.59% 0.31% -
HSV(B) 248.39º 0.74% 0.49% -
XYZ 5.3 3.07 19.72 -
YUV 46.49 172.31 126.94 -
System Red Green Blue C M Y K H S L
Decimal 45 32 125 0.64 0.74 0 0.51 248.39 0.59 0.31
Hex 2D 20 7D 40 4A 0 33 F8 3B 1F
Octal 55 40 175 100 112 0 63 370 73 37
Binary 101101 100000 1111101 1000000 1001010 0 110011 11111000 111011 11111

Color Harmonies of #2D207D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D207D

Black with #2D207D

Text Example


Text Example

White with #2D207D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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