Html Css Color HEX #2D258F Persian Indigo

📋 copy color: '#2D258F'

red 45 ◦ green 37 ◦ blue 143

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

Shades of Persian Indigo #2D258F

Tints of Persian Indigo #2D258F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 63.56%

R = 20%
G = 16.44%
B = 63.56%

CMYK

 C value IS 0.69

 M value IS 0.74

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2D258F (or 0x2D258F) is known color: Persian Indigo. HEX triplet: 2D, 25 and 8F. RGB value is (45,37,143). Sum of RGB (Red+Green+Blue) = 45+37+143=225 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 143 (56.25% from 255 or 63.56% from 225); Max value from RGB is 143 - color contains mainly: blue. Hex color #2D258F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D258F is #D2DA70. Grayscale: #333333. Windows color (decimal): -13818481 or 9381165. OLE color: 9381165.

HSL color Cylindrical-coordinate representation of color #2D258F: hue angle of 244.53º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2D258F is Cyan = 0.69, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 45 37 143 -
CMYK 0.69 0.74 0 0.44
HSL 244.53º 0.59% 0.35% -
HSV(B) 244.53º 0.74% 0.56% -
XYZ 6.7 3.86 26.38 -
YUV 51.48 179.65 123.38 -
System Red Green Blue C M Y K H S L
Decimal 45 37 143 0.69 0.74 0 0.44 244.53 0.59 0.35
Hex 2D 25 8F 45 4A 0 2C F5 3B 23
Octal 55 45 217 105 112 0 54 365 73 43
Binary 101101 100101 10001111 1000101 1001010 0 101100 11110101 111011 100011

Color Harmonies of #2D258F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D258F

Black with #2D258F

Text Example


Text Example

White with #2D258F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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