Html Css Color HEX #4B0262 Indigo

📋 copy color: '#4B0262'

red 75 ◦ green 2 ◦ blue 98

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

Shades of Indigo #4B0262

Tints of Indigo #4B0262

RGB

 RED value IS 75 (29.69% from 255) = 42.86%

 GREEN value IS 2 (1.17% from 255) = 1.14%

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

R = 42.86%
G = 1.14%
B = 56%

CMYK

 C value IS 0.23

 M value IS 0.98

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4B0262 (or 0x4B0262) is known color: Indigo. HEX triplet: 4B, 02 and 62. RGB value is (75,2,98). Sum of RGB (Red+Green+Blue) = 75+2+98=175 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.86% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 98 (38.67% from 255 or 56% from 175); Max value from RGB is 98 - color contains mainly: blue. Hex color #4B0262 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0262 is #B4FD9D. Grayscale: #222222. Windows color (decimal): -11861406 or 6423115. OLE color: 6423115.

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

Color convert

RGB 75 2 98 -
CMYK 0.23 0.98 0 0.62
HSL 285.63º 0.96% 0.2% -
HSV(B) 285.63º 0.98% 0.38% -
XYZ 5.13 2.42 11.75 -
YUV 34.77 163.68 156.69 -
System Red Green Blue C M Y K H S L
Decimal 75 2 98 0.23 0.98 0 0.62 285.63 0.96 0.2
Hex 4B 2 62 17 62 0 3E 11E 60 14
Octal 113 2 142 27 142 0 76 436 140 24
Binary 1001011 10 1100010 10111 1100010 0 111110 100011110 1100000 10100

Color Harmonies of #4B0262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0262

Black with #4B0262

Text Example


Text Example

White with #4B0262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B0262; }

 p { color: rgb(75,2,98); }

 H1.HeaderClassName
 {
   color: #4B0262;
 }
 .AnyTagClassName
 {
   color: #4B0262;
 }
</style>

background-color css

<style>
 a { background-color: #4B0262; }

 a { background-color: rgb(75,2,98); }

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

border-color css

<style>
 span { border-color: #4B0262; }

 span { border-color: rgb(75,2,98); }

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