Html Css Color HEX #2D028F Persian Indigo

📋 copy color: '#2D028F'

red 45 ◦ green 2 ◦ blue 143

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

Shades of Persian Indigo #2D028F

Tints of Persian Indigo #2D028F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.05%

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

R = 23.68%
G = 1.05%
B = 75.26%

CMYK

 C value IS 0.69

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2D028F (or 0x2D028F) is known color: Persian Indigo. HEX triplet: 2D, 02 and 8F. RGB value is (45,2,143). Sum of RGB (Red+Green+Blue) = 45+2+143=190 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.68% from 190); Green value is 2 (1.17% from 255 or 1.05% from 190); Blue value is 143 (56.25% from 255 or 75.26% from 190); Max value from RGB is 143 - color contains mainly: blue. Hex color #2D028F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D028F is #D2FD70. Grayscale: #1E1E1E. Windows color (decimal): -13827441 or 9372205. OLE color: 9372205.

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

Color convert

RGB 45 2 143 -
CMYK 0.69 0.99 0 0.44
HSL 258.3º 0.97% 0.28% -
HSV(B) 258.3º 0.99% 0.56% -
XYZ 6.06 2.58 26.17 -
YUV 30.93 191.25 138.04 -
System Red Green Blue C M Y K H S L
Decimal 45 2 143 0.69 0.99 0 0.44 258.3 0.97 0.28
Hex 2D 2 8F 45 63 0 2C 102 61 1C
Octal 55 2 217 105 143 0 54 402 141 34
Binary 101101 10 10001111 1000101 1100011 0 101100 100000010 1100001 11100

Color Harmonies of #2D028F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D028F

Black with #2D028F

Text Example


Text Example

White with #2D028F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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