Html Css Color HEX #2D0260 Persian Indigo

📋 copy color: '#2D0260'

red 45 ◦ green 2 ◦ blue 96

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

Shades of Persian Indigo #2D0260

Tints of Persian Indigo #2D0260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 67.13%

R = 31.47%
G = 1.4%
B = 67.13%

CMYK

 C value IS 0.53

 M value IS 0.98

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2D0260 (or 0x2D0260) is known color: Persian Indigo. HEX triplet: 2D, 02 and 60. RGB value is (45,2,96). Sum of RGB (Red+Green+Blue) = 45+2+96=143 (18% of max value = 765). Red value is 45 (17.97% from 255 or 31.47% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 96 (37.89% from 255 or 67.13% from 143); Max value from RGB is 96 - color contains mainly: blue. Hex color #2D0260 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0260 is #D2FD9F. Grayscale: #191919. Windows color (decimal): -13827488 or 6292013. OLE color: 6292013.

HSL color Cylindrical-coordinate representation of color #2D0260: hue angle of 267.45º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2D0260 is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 45 2 96 -
CMYK 0.53 0.98 0 0.62
HSL 267.45º 0.96% 0.19% -
HSV(B) 267.45º 0.98% 0.38% -
XYZ 3.22 1.45 11.18 -
YUV 25.57 167.75 141.86 -
System Red Green Blue C M Y K H S L
Decimal 45 2 96 0.53 0.98 0 0.62 267.45 0.96 0.19
Hex 2D 2 60 35 62 0 3E 10B 60 13
Octal 55 2 140 65 142 0 76 413 140 23
Binary 101101 10 1100000 110101 1100010 0 111110 100001011 1100000 10011

Color Harmonies of #2D0260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D0260

Black with #2D0260

Text Example


Text Example

White with #2D0260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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