Html Css Color HEX #2B0362 Persian Indigo

📋 copy color: '#2B0362'

red 43 ◦ green 3 ◦ blue 98

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

Shades of Persian Indigo #2B0362

Tints of Persian Indigo #2B0362

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.08%

 BLUE value IS 98 (38.67% from 255) = 68.06%

R = 29.86%
G = 2.08%
B = 68.06%

CMYK

 C value IS 0.56

 M value IS 0.97

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2B0362 (or 0x2B0362) is known color: Persian Indigo. HEX triplet: 2B, 03 and 62. RGB value is (43,3,98). Sum of RGB (Red+Green+Blue) = 43+3+98=144 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.86% from 144); Green value is 3 (1.56% from 255 or 2.08% from 144); Blue value is 98 (38.67% from 255 or 68.06% from 144); Max value from RGB is 98 - color contains mainly: blue. Hex color #2B0362 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0362 is #D4FC9D. Grayscale: #191919. Windows color (decimal): -13958302 or 6423339. OLE color: 6423339.

HSL color Cylindrical-coordinate representation of color #2B0362: hue angle of 265.26º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2B0362 is Cyan = 0.56, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 43 3 98 -
CMYK 0.56 0.97 0 0.62
HSL 265.26º 0.94% 0.2% -
HSV(B) 265.26º 0.97% 0.38% -
XYZ 3.23 1.46 11.67 -
YUV 25.79 168.75 140.28 -
System Red Green Blue C M Y K H S L
Decimal 43 3 98 0.56 0.97 0 0.62 265.26 0.94 0.2
Hex 2B 3 62 38 61 0 3E 109 5E 14
Octal 53 3 142 70 141 0 76 411 136 24
Binary 101011 11 1100010 111000 1100001 0 111110 100001001 1011110 10100

Color Harmonies of #2B0362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B0362

Black with #2B0362

Text Example


Text Example

White with #2B0362

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,3,98); }

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

background-color css

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

 a { background-color: rgb(43,3,98); }

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

border-color css

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

 span { border-color: rgb(43,3,98); }

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