Html Css Color HEX #2B0175 Persian Indigo

📋 copy color: '#2B0175'

red 43 ◦ green 1 ◦ blue 117

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

Shades of Persian Indigo #2B0175

Tints of Persian Indigo #2B0175

RGB

 RED value IS 43 (17.19% from 255) = 26.71%

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

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

R = 26.71%
G = 0.62%
B = 72.67%

CMYK

 C value IS 0.63

 M value IS 0.99

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#2B0175 (or 0x2B0175) is known color: Persian Indigo. HEX triplet: 2B, 01 and 75. RGB value is (43,1,117). Sum of RGB (Red+Green+Blue) = 43+1+117=161 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.71% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 117 (46.09% from 255 or 72.67% from 161); Max value from RGB is 117 - color contains mainly: blue. Hex color #2B0175 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0175 is #D4FE8A. Grayscale: #1A1A1A. Windows color (decimal): -13958795 or 7668011. OLE color: 7668011.

HSL color Cylindrical-coordinate representation of color #2B0175: hue angle of 261.72º 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 #2B0175 is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 43 1 117 -
CMYK 0.63 0.99 0 0.54
HSL 261.72º 0.98% 0.23% -
HSV(B) 261.72º 0.99% 0.46% -
XYZ 4.22 1.82 16.96 -
YUV 26.78 178.91 139.57 -
System Red Green Blue C M Y K H S L
Decimal 43 1 117 0.63 0.99 0 0.54 261.72 0.98 0.23
Hex 2B 1 75 3F 63 0 36 106 62 17
Octal 53 1 165 77 143 0 66 406 142 27
Binary 101011 1 1110101 111111 1100011 0 110110 100000110 1100010 10111

Color Harmonies of #2B0175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B0175

Black with #2B0175

Text Example


Text Example

White with #2B0175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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