Html Css Color HEX #2D158B Persian Indigo

📋 copy color: '#2D158B'

red 45 ◦ green 21 ◦ blue 139

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

Shades of Persian Indigo #2D158B

Tints of Persian Indigo #2D158B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.24%

 BLUE value IS 139 (54.69% from 255) = 67.8%

R = 21.95%
G = 10.24%
B = 67.8%

CMYK

 C value IS 0.68

 M value IS 0.85

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2D158B (or 0x2D158B) is known color: Persian Indigo. HEX triplet: 2D, 15 and 8B. RGB value is (45,21,139). Sum of RGB (Red+Green+Blue) = 45+21+139=205 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.95% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 139 (54.69% from 255 or 67.80% from 205); Max value from RGB is 139 - color contains mainly: blue. Hex color #2D158B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D158B is #D2EA74. Grayscale: #292929. Windows color (decimal): -13822581 or 9114925. OLE color: 9114925.

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

Color convert

RGB 45 21 139 -
CMYK 0.68 0.85 0 0.45
HSL 252.2º 0.74% 0.31% -
HSV(B) 252.2º 0.85% 0.55% -
XYZ 6.01 2.96 24.68 -
YUV 41.63 182.95 130.41 -
System Red Green Blue C M Y K H S L
Decimal 45 21 139 0.68 0.85 0 0.45 252.2 0.74 0.31
Hex 2D 15 8B 44 55 0 2D FC 4A 1F
Octal 55 25 213 104 125 0 55 374 112 37
Binary 101101 10101 10001011 1000100 1010101 0 101101 11111100 1001010 11111

Color Harmonies of #2D158B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D158B

Black with #2D158B

Text Example


Text Example

White with #2D158B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,21,139); }

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

background-color css

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

 a { background-color: rgb(45,21,139); }

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

border-color css

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

 span { border-color: rgb(45,21,139); }

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