Html Css Color HEX #2D257C Persian Indigo

📋 copy color: '#2D257C'

red 45 ◦ green 37 ◦ blue 124

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

Shades of Persian Indigo #2D257C

Tints of Persian Indigo #2D257C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.96%

 BLUE value IS 124 (48.83% from 255) = 60.19%

R = 21.84%
G = 17.96%
B = 60.19%

CMYK

 C value IS 0.64

 M value IS 0.70

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2D257C (or 0x2D257C) is known color: Persian Indigo. HEX triplet: 2D, 25 and 7C. RGB value is (45,37,124). Sum of RGB (Red+Green+Blue) = 45+37+124=206 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.84% from 206); Green value is 37 (14.84% from 255 or 17.96% from 206); Blue value is 124 (48.83% from 255 or 60.19% from 206); Max value from RGB is 124 - color contains mainly: blue. Hex color #2D257C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D257C is #D2DA83. Grayscale: #303030. Windows color (decimal): -13818500 or 8135981. OLE color: 8135981.

HSL color Cylindrical-coordinate representation of color #2D257C: hue angle of 245.52º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D257C is Cyan = 0.64, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 45 37 124 -
CMYK 0.64 0.70 0 0.51
HSL 245.52º 0.54% 0.32% -
HSV(B) 245.52º 0.7% 0.49% -
XYZ 5.38 3.34 19.43 -
YUV 49.31 170.15 124.93 -
System Red Green Blue C M Y K H S L
Decimal 45 37 124 0.64 0.70 0 0.51 245.52 0.54 0.32
Hex 2D 25 7C 40 46 0 33 F6 36 20
Octal 55 45 174 100 106 0 63 366 66 40
Binary 101101 100101 1111100 1000000 1000110 0 110011 11110110 110110 100000

Color Harmonies of #2D257C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D257C

Black with #2D257C

Text Example


Text Example

White with #2D257C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,37,124); }

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

background-color css

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

 a { background-color: rgb(45,37,124); }

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

border-color css

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

 span { border-color: rgb(45,37,124); }

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