Html Css Color HEX #2D147E Persian Indigo

📋 copy color: '#2D147E'

red 45 ◦ green 20 ◦ blue 126

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

Shades of Persian Indigo #2D147E

Tints of Persian Indigo #2D147E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 65.97%

R = 23.56%
G = 10.47%
B = 65.97%

CMYK

 C value IS 0.64

 M value IS 0.84

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2D147E (or 0x2D147E) is known color: Persian Indigo. HEX triplet: 2D, 14 and 7E. RGB value is (45,20,126). Sum of RGB (Red+Green+Blue) = 45+20+126=191 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.56% from 191); Green value is 20 (8.20% from 255 or 10.47% from 191); Blue value is 126 (49.61% from 255 or 65.97% from 191); Max value from RGB is 126 - color contains mainly: blue. Hex color #2D147E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D147E is #D2EB81. Grayscale: #272727. Windows color (decimal): -13822850 or 8262701. OLE color: 8262701.

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

Color convert

RGB 45 20 126 -
CMYK 0.64 0.84 0 0.51
HSL 254.15º 0.73% 0.29% -
HSV(B) 254.15º 0.84% 0.49% -
XYZ 5.1 2.56 19.96 -
YUV 39.56 176.78 131.88 -
System Red Green Blue C M Y K H S L
Decimal 45 20 126 0.64 0.84 0 0.51 254.15 0.73 0.29
Hex 2D 14 7E 40 54 0 33 FE 49 1D
Octal 55 24 176 100 124 0 63 376 111 35
Binary 101101 10100 1111110 1000000 1010100 0 110011 11111110 1001001 11101

Color Harmonies of #2D147E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D147E

Black with #2D147E

Text Example


Text Example

White with #2D147E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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