Html Css Color HEX #2D258D Persian Indigo

📋 copy color: '#2D258D'

red 45 ◦ green 37 ◦ blue 141

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

Shades of Persian Indigo #2D258D

Tints of Persian Indigo #2D258D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 63.23%

R = 20.18%
G = 16.59%
B = 63.23%

CMYK

 C value IS 0.68

 M value IS 0.74

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2D258D (or 0x2D258D) is known color: Persian Indigo. HEX triplet: 2D, 25 and 8D. RGB value is (45,37,141). Sum of RGB (Red+Green+Blue) = 45+37+141=223 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.18% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 141 (55.47% from 255 or 63.23% from 223); Max value from RGB is 141 - color contains mainly: blue. Hex color #2D258D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D258D is #D2DA72. Grayscale: #323232. Windows color (decimal): -13818483 or 9250093. OLE color: 9250093.

HSL color Cylindrical-coordinate representation of color #2D258D: hue angle of 244.62º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2D258D is Cyan = 0.68, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 45 37 141 -
CMYK 0.68 0.74 0 0.45
HSL 244.62º 0.58% 0.35% -
HSV(B) 244.62º 0.74% 0.55% -
XYZ 6.55 3.8 25.59 -
YUV 51.25 178.65 123.54 -
System Red Green Blue C M Y K H S L
Decimal 45 37 141 0.68 0.74 0 0.45 244.62 0.58 0.35
Hex 2D 25 8D 44 4A 0 2D F5 3A 23
Octal 55 45 215 104 112 0 55 365 72 43
Binary 101101 100101 10001101 1000100 1001010 0 101101 11110101 111010 100011

Color Harmonies of #2D258D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D258D

Black with #2D258D

Text Example


Text Example

White with #2D258D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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