Html Css Color HEX #2B0462 Persian Indigo

📋 copy color: '#2B0462'

red 43 ◦ green 4 ◦ blue 98

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

Shades of Persian Indigo #2B0462

Tints of Persian Indigo #2B0462

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.76%

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

R = 29.66%
G = 2.76%
B = 67.59%

CMYK

 C value IS 0.56

 M value IS 0.96

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2B0462 (or 0x2B0462) is known color: Persian Indigo. HEX triplet: 2B, 04 and 62. RGB value is (43,4,98). Sum of RGB (Red+Green+Blue) = 43+4+98=145 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.66% from 145); Green value is 4 (1.95% from 255 or 2.76% from 145); Blue value is 98 (38.67% from 255 or 67.59% from 145); Max value from RGB is 98 - color contains mainly: blue. Hex color #2B0462 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0462 is #D4FB9D. Grayscale: #1A1A1A. Windows color (decimal): -13958046 or 6423595. OLE color: 6423595.

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

Color convert

RGB 43 4 98 -
CMYK 0.56 0.96 0 0.62
HSL 264.89º 0.92% 0.2% -
HSV(B) 264.89º 0.96% 0.38% -
XYZ 3.24 1.48 11.67 -
YUV 26.38 168.42 139.86 -
System Red Green Blue C M Y K H S L
Decimal 43 4 98 0.56 0.96 0 0.62 264.89 0.92 0.2
Hex 2B 4 62 38 60 0 3E 109 5C 14
Octal 53 4 142 70 140 0 76 411 134 24
Binary 101011 100 1100010 111000 1100000 0 111110 100001001 1011100 10100

Color Harmonies of #2B0462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B0462

Black with #2B0462

Text Example


Text Example

White with #2B0462

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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