Html Css Color HEX #2D258C Persian Indigo

📋 copy color: '#2D258C'

red 45 ◦ green 37 ◦ blue 140

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

Shades of Persian Indigo #2D258C

Tints of Persian Indigo #2D258C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 63.06%

R = 20.27%
G = 16.67%
B = 63.06%

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

#2D258C (or 0x2D258C) is known color: Persian Indigo. HEX triplet: 2D, 25 and 8C. RGB value is (45,37,140). Sum of RGB (Red+Green+Blue) = 45+37+140=222 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.27% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 140 (55.08% from 255 or 63.06% from 222); Max value from RGB is 140 - color contains mainly: blue. Hex color #2D258C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D258C is #D2DA73. Grayscale: #323232. Windows color (decimal): -13818484 or 9184557. OLE color: 9184557.

HSL color Cylindrical-coordinate representation of color #2D258C: hue angle of 244.66º 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 #2D258C is Cyan = 0.68, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 45 37 140 -
CMYK 0.68 0.74 0 0.45
HSL 244.66º 0.58% 0.35% -
HSV(B) 244.66º 0.74% 0.55% -
XYZ 6.48 3.77 25.2 -
YUV 51.13 178.15 123.62 -
System Red Green Blue C M Y K H S L
Decimal 45 37 140 0.68 0.74 0 0.45 244.66 0.58 0.35
Hex 2D 25 8C 44 4A 0 2D F5 3A 23
Octal 55 45 214 104 112 0 55 365 72 43
Binary 101101 100101 10001100 1000100 1001010 0 101101 11110101 111010 100011

Color Harmonies of #2D258C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D258C

Black with #2D258C

Text Example


Text Example

White with #2D258C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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