Html Css Color HEX #4B0C69 Indigo

📋 copy color: '#4B0C69'

red 75 ◦ green 12 ◦ blue 105

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

Shades of Indigo #4B0C69

Tints of Indigo #4B0C69

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.25%

 BLUE value IS 105 (41.41% from 255) = 54.69%

R = 39.06%
G = 6.25%
B = 54.69%

CMYK

 C value IS 0.29

 M value IS 0.89

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4B0C69 (or 0x4B0C69) is known color: Indigo. HEX triplet: 4B, 0C and 69. RGB value is (75,12,105). Sum of RGB (Red+Green+Blue) = 75+12+105=192 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.06% from 192); Green value is 12 (5.08% from 255 or 6.25% from 192); Blue value is 105 (41.41% from 255 or 54.69% from 192); Max value from RGB is 105 - color contains mainly: blue. Hex color #4B0C69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0C69 is #B4F396. Grayscale: #292929. Windows color (decimal): -11858839 or 6884427. OLE color: 6884427.

HSL color Cylindrical-coordinate representation of color #4B0C69: hue angle of 280.65º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4B0C69 is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 75 12 105 -
CMYK 0.29 0.89 0 0.59
HSL 280.65º 0.79% 0.23% -
HSV(B) 280.65º 0.89% 0.41% -
XYZ 5.58 2.78 13.61 -
YUV 41.44 163.87 151.94 -
System Red Green Blue C M Y K H S L
Decimal 75 12 105 0.29 0.89 0 0.59 280.65 0.79 0.23
Hex 4B C 69 1D 59 0 3B 119 4F 17
Octal 113 14 151 35 131 0 73 431 117 27
Binary 1001011 1100 1101001 11101 1011001 0 111011 100011001 1001111 10111

Color Harmonies of #4B0C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0C69

Black with #4B0C69

Text Example


Text Example

White with #4B0C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,12,105); }

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

background-color css

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

 a { background-color: rgb(75,12,105); }

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

border-color css

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

 span { border-color: rgb(75,12,105); }

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