Html Css Color HEX #2B1375 Persian Indigo

📋 copy color: '#2B1375'

red 43 ◦ green 19 ◦ blue 117

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

Shades of Persian Indigo #2B1375

Tints of Persian Indigo #2B1375

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.61%

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

R = 24.02%
G = 10.61%
B = 65.36%

CMYK

 C value IS 0.63

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#2B1375 (or 0x2B1375) is known color: Persian Indigo. HEX triplet: 2B, 13 and 75. RGB value is (43,19,117). Sum of RGB (Red+Green+Blue) = 43+19+117=179 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.02% from 179); Green value is 19 (7.81% from 255 or 10.61% from 179); Blue value is 117 (46.09% from 255 or 65.36% from 179); Max value from RGB is 117 - color contains mainly: blue. Hex color #2B1375 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B1375 is #D4EC8A. Grayscale: #242424. Windows color (decimal): -13954187 or 7672619. OLE color: 7672619.

HSL color Cylindrical-coordinate representation of color #2B1375: hue angle of 254.69º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2B1375 is Cyan = 0.63, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 43 19 117 -
CMYK 0.63 0.84 0 0.54
HSL 254.69º 0.72% 0.27% -
HSV(B) 254.69º 0.84% 0.46% -
XYZ 4.44 2.26 17.03 -
YUV 37.35 172.95 132.03 -
System Red Green Blue C M Y K H S L
Decimal 43 19 117 0.63 0.84 0 0.54 254.69 0.72 0.27
Hex 2B 13 75 3F 54 0 36 FF 48 1B
Octal 53 23 165 77 124 0 66 377 110 33
Binary 101011 10011 1110101 111111 1010100 0 110110 11111111 1001000 11011

Color Harmonies of #2B1375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B1375

Black with #2B1375

Text Example


Text Example

White with #2B1375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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