Html Css Color HEX #2D137F Persian Indigo

📋 copy color: '#2D137F'

red 45 ◦ green 19 ◦ blue 127

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

Shades of Persian Indigo #2D137F

Tints of Persian Indigo #2D137F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.95%

 BLUE value IS 127 (50% from 255) = 66.49%

R = 23.56%
G = 9.95%
B = 66.49%

CMYK

 C value IS 0.65

 M value IS 0.85

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#2D137F (or 0x2D137F) is known color: Persian Indigo. HEX triplet: 2D, 13 and 7F. RGB value is (45,19,127). Sum of RGB (Red+Green+Blue) = 45+19+127=191 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.56% from 191); Green value is 19 (7.81% from 255 or 9.95% from 191); Blue value is 127 (50% from 255 or 66.49% from 191); Max value from RGB is 127 - color contains mainly: blue. Hex color #2D137F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D137F is #D2EC80. Grayscale: #262626. Windows color (decimal): -13823105 or 8327981. OLE color: 8327981.

HSL color Cylindrical-coordinate representation of color #2D137F: hue angle of 254.44º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2D137F is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 45 19 127 -
CMYK 0.65 0.85 0 0.50
HSL 254.44º 0.74% 0.29% -
HSV(B) 254.44º 0.85% 0.5% -
XYZ 5.15 2.56 20.3 -
YUV 39.09 177.61 132.22 -
System Red Green Blue C M Y K H S L
Decimal 45 19 127 0.65 0.85 0 0.50 254.44 0.74 0.29
Hex 2D 13 7F 41 55 0 32 FE 4A 1D
Octal 55 23 177 101 125 0 62 376 112 35
Binary 101101 10011 1111111 1000001 1010101 0 110010 11111110 1001010 11101

Color Harmonies of #2D137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D137F

Black with #2D137F

Text Example


Text Example

White with #2D137F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,19,127); }

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

background-color css

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

 a { background-color: rgb(45,19,127); }

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

border-color css

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

 span { border-color: rgb(45,19,127); }

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