Html Css Color HEX #2D247F Persian Indigo

📋 copy color: '#2D247F'

red 45 ◦ green 36 ◦ blue 127

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

Shades of Persian Indigo #2D247F

Tints of Persian Indigo #2D247F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.31%

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

R = 21.63%
G = 17.31%
B = 61.06%

CMYK

 C value IS 0.65

 M value IS 0.72

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#2D247F (or 0x2D247F) is known color: Persian Indigo. HEX triplet: 2D, 24 and 7F. RGB value is (45,36,127). Sum of RGB (Red+Green+Blue) = 45+36+127=208 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.63% from 208); Green value is 36 (14.45% from 255 or 17.31% from 208); Blue value is 127 (50% from 255 or 61.06% from 208); Max value from RGB is 127 - color contains mainly: blue. Hex color #2D247F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D247F is #D2DB80. Grayscale: #303030. Windows color (decimal): -13818753 or 8332333. OLE color: 8332333.

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

Color convert

RGB 45 36 127 -
CMYK 0.65 0.72 0 0.50
HSL 245.93º 0.56% 0.32% -
HSV(B) 245.93º 0.72% 0.5% -
XYZ 5.54 3.35 20.43 -
YUV 49.07 171.98 125.1 -
System Red Green Blue C M Y K H S L
Decimal 45 36 127 0.65 0.72 0 0.50 245.93 0.56 0.32
Hex 2D 24 7F 41 48 0 32 F6 38 20
Octal 55 44 177 101 110 0 62 366 70 40
Binary 101101 100100 1111111 1000001 1001000 0 110010 11110110 111000 100000

Color Harmonies of #2D247F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D247F

Black with #2D247F

Text Example


Text Example

White with #2D247F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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