Html Css Color HEX #4B0268 Indigo

📋 copy color: '#4B0268'

red 75 ◦ green 2 ◦ blue 104

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

Shades of Indigo #4B0268

Tints of Indigo #4B0268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 57.46%

R = 41.44%
G = 1.1%
B = 57.46%

CMYK

 C value IS 0.28

 M value IS 0.98

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4B0268 (or 0x4B0268) is known color: Indigo. HEX triplet: 4B, 02 and 68. RGB value is (75,2,104). Sum of RGB (Red+Green+Blue) = 75+2+104=181 (23% of max value = 765). Red value is 75 (29.69% from 255 or 41.44% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 104 (41.02% from 255 or 57.46% from 181); Max value from RGB is 104 - color contains mainly: blue. Hex color #4B0268 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0268 is #B4FD97. Grayscale: #232323. Windows color (decimal): -11861400 or 6816331. OLE color: 6816331.

HSL color Cylindrical-coordinate representation of color #4B0268: hue angle of 282.94º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4B0268 is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 75 2 104 -
CMYK 0.28 0.98 0 0.59
HSL 282.94º 0.96% 0.21% -
HSV(B) 282.94º 0.98% 0.41% -
XYZ 5.42 2.54 13.3 -
YUV 35.46 166.68 156.21 -
System Red Green Blue C M Y K H S L
Decimal 75 2 104 0.28 0.98 0 0.59 282.94 0.96 0.21
Hex 4B 2 68 1C 62 0 3B 11B 60 15
Octal 113 2 150 34 142 0 73 433 140 25
Binary 1001011 10 1101000 11100 1100010 0 111011 100011011 1100000 10101

Color Harmonies of #4B0268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0268

Black with #4B0268

Text Example


Text Example

White with #4B0268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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