Html Css Color HEX #2D147F Persian Indigo

📋 copy color: '#2D147F'

red 45 ◦ green 20 ◦ blue 127

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

Shades of Persian Indigo #2D147F

Tints of Persian Indigo #2D147F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.42%

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

R = 23.44%
G = 10.42%
B = 66.15%

CMYK

 C value IS 0.65

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#2D147F (or 0x2D147F) is known color: Persian Indigo. HEX triplet: 2D, 14 and 7F. RGB value is (45,20,127). Sum of RGB (Red+Green+Blue) = 45+20+127=192 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.44% from 192); Green value is 20 (8.20% from 255 or 10.42% from 192); Blue value is 127 (50% from 255 or 66.15% from 192); Max value from RGB is 127 - color contains mainly: blue. Hex color #2D147F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D147F is #D2EB80. Grayscale: #272727. Windows color (decimal): -13822849 or 8328237. OLE color: 8328237.

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

Color convert

RGB 45 20 127 -
CMYK 0.65 0.84 0 0.50
HSL 254.02º 0.73% 0.29% -
HSV(B) 254.02º 0.84% 0.5% -
XYZ 5.16 2.59 20.31 -
YUV 39.67 177.28 131.8 -
System Red Green Blue C M Y K H S L
Decimal 45 20 127 0.65 0.84 0 0.50 254.02 0.73 0.29
Hex 2D 14 7F 41 54 0 32 FE 49 1D
Octal 55 24 177 101 124 0 62 376 111 35
Binary 101101 10100 1111111 1000001 1010100 0 110010 11111110 1001001 11101

Color Harmonies of #2D147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D147F

Black with #2D147F

Text Example


Text Example

White with #2D147F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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