Html Css Color HEX #2D0175 Persian Indigo

📋 copy color: '#2D0175'

red 45 ◦ green 1 ◦ blue 117

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

Shades of Persian Indigo #2D0175

Tints of Persian Indigo #2D0175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 71.78%

R = 27.61%
G = 0.61%
B = 71.78%

CMYK

 C value IS 0.62

 M value IS 0.99

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#2D0175 (or 0x2D0175) is known color: Persian Indigo. HEX triplet: 2D, 01 and 75. RGB value is (45,1,117). Sum of RGB (Red+Green+Blue) = 45+1+117=163 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.61% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 117 (46.09% from 255 or 71.78% from 163); Max value from RGB is 117 - color contains mainly: blue. Hex color #2D0175 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0175 is #D2FE8A. Grayscale: #1A1A1A. Windows color (decimal): -13827723 or 7668013. OLE color: 7668013.

HSL color Cylindrical-coordinate representation of color #2D0175: hue angle of 262.76º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2D0175 is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 45 1 117 -
CMYK 0.62 0.99 0 0.54
HSL 262.76º 0.98% 0.23% -
HSV(B) 262.76º 0.99% 0.46% -
XYZ 4.3 1.86 16.96 -
YUV 27.38 178.58 140.57 -
System Red Green Blue C M Y K H S L
Decimal 45 1 117 0.62 0.99 0 0.54 262.76 0.98 0.23
Hex 2D 1 75 3E 63 0 36 107 62 17
Octal 55 1 165 76 143 0 66 407 142 27
Binary 101101 1 1110101 111110 1100011 0 110110 100000111 1100010 10111

Color Harmonies of #2D0175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D0175

Black with #2D0175

Text Example


Text Example

White with #2D0175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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