Html Css Color HEX #2D127D Persian Indigo

📋 copy color: '#2D127D'

red 45 ◦ green 18 ◦ blue 125

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

Shades of Persian Indigo #2D127D

Tints of Persian Indigo #2D127D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.57%

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

R = 23.94%
G = 9.57%
B = 66.49%

CMYK

 C value IS 0.64

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2D127D (or 0x2D127D) is known color: Persian Indigo. HEX triplet: 2D, 12 and 7D. RGB value is (45,18,125). Sum of RGB (Red+Green+Blue) = 45+18+125=188 (24% of max value = 765). Red value is 45 (17.97% from 255 or 23.94% from 188); Green value is 18 (7.42% from 255 or 9.57% from 188); Blue value is 125 (49.22% from 255 or 66.49% from 188); Max value from RGB is 125 - color contains mainly: blue. Hex color #2D127D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D127D is #D2ED82. Grayscale: #252525. Windows color (decimal): -13823363 or 8196653. OLE color: 8196653.

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

Color convert

RGB 45 18 125 -
CMYK 0.64 0.86 0 0.51
HSL 255.14º 0.75% 0.28% -
HSV(B) 255.14º 0.86% 0.49% -
XYZ 5 2.47 19.62 -
YUV 38.27 176.95 132.8 -
System Red Green Blue C M Y K H S L
Decimal 45 18 125 0.64 0.86 0 0.51 255.14 0.75 0.28
Hex 2D 12 7D 40 56 0 33 FF 4B 1C
Octal 55 22 175 100 126 0 63 377 113 34
Binary 101101 10010 1111101 1000000 1010110 0 110011 11111111 1001011 11100

Color Harmonies of #2D127D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D127D

Black with #2D127D

Text Example


Text Example

White with #2D127D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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