Html Css Color HEX #2D0163 Persian Indigo

📋 copy color: '#2D0163'

red 45 ◦ green 1 ◦ blue 99

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

Shades of Persian Indigo #2D0163

Tints of Persian Indigo #2D0163

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.69%

 BLUE value IS 99 (39.06% from 255) = 68.28%

R = 31.03%
G = 0.69%
B = 68.28%

CMYK

 C value IS 0.55

 M value IS 0.99

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#2D0163 (or 0x2D0163) is known color: Persian Indigo. HEX triplet: 2D, 01 and 63. RGB value is (45,1,99). Sum of RGB (Red+Green+Blue) = 45+1+99=145 (19% of max value = 765). Red value is 45 (17.97% from 255 or 31.03% from 145); Green value is 1 (0.78% from 255 or 0.69% from 145); Blue value is 99 (39.06% from 255 or 68.28% from 145); Max value from RGB is 99 - color contains mainly: blue. Hex color #2D0163 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0163 is #D2FE9C. Grayscale: #181818. Windows color (decimal): -13827741 or 6488365. OLE color: 6488365.

HSL color Cylindrical-coordinate representation of color #2D0163: hue angle of 266.94º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2D0163 is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 45 1 99 -
CMYK 0.55 0.99 0 0.61
HSL 266.94º 0.98% 0.2% -
HSV(B) 266.94º 0.99% 0.39% -
XYZ 3.35 1.48 11.91 -
YUV 25.33 169.58 142.03 -
System Red Green Blue C M Y K H S L
Decimal 45 1 99 0.55 0.99 0 0.61 266.94 0.98 0.2
Hex 2D 1 63 37 63 0 3D 10B 62 14
Octal 55 1 143 67 143 0 75 413 142 24
Binary 101101 1 1100011 110111 1100011 0 111101 100001011 1100010 10100

Color Harmonies of #2D0163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D0163

Black with #2D0163

Text Example


Text Example

White with #2D0163

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,1,99); }

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

background-color css

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

 a { background-color: rgb(45,1,99); }

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

border-color css

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

 span { border-color: rgb(45,1,99); }

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