Html Css Color HEX #67059B Indigo

📋 copy color: '#67059B'

red 103 ◦ green 5 ◦ blue 155

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

Shades of Indigo #67059B

Tints of Indigo #67059B

RGB

 RED value IS 103 (40.63% from 255) = 39.16%

 GREEN value IS 5 (2.34% from 255) = 1.9%

 BLUE value IS 155 (60.94% from 255) = 58.94%

R = 39.16%
G = 1.9%
B = 58.94%

CMYK

 C value IS 0.34

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#67059B (or 0x67059B) is known color: Indigo. HEX triplet: 67, 05 and 9B. RGB value is (103,5,155). Sum of RGB (Red+Green+Blue) = 103+5+155=263 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.16% from 263); Green value is 5 (2.34% from 255 or 1.90% from 263); Blue value is 155 (60.94% from 255 or 58.94% from 263); Max value from RGB is 155 - color contains mainly: blue. Hex color #67059B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #67059B is #98FA64. Grayscale: #323232. Windows color (decimal): -10025573 or 10159463. OLE color: 10159463.

HSL color Cylindrical-coordinate representation of color #67059B: hue angle of 279.2º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #67059B is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 103 5 155 -
CMYK 0.34 0.97 0 0.39
HSL 279.2º 0.94% 0.31% -
HSV(B) 279.2º 0.97% 0.61% -
XYZ 11.56 5.36 31.44 -
YUV 51.4 186.47 164.8 -
System Red Green Blue C M Y K H S L
Decimal 103 5 155 0.34 0.97 0 0.39 279.2 0.94 0.31
Hex 67 5 9B 22 61 0 27 117 5E 1F
Octal 147 5 233 42 141 0 47 427 136 37
Binary 1100111 101 10011011 100010 1100001 0 100111 100010111 1011110 11111

Color Harmonies of #67059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67059B

Black with #67059B

Text Example


Text Example

White with #67059B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67059B; }

 p { color: rgb(103,5,155); }

 H1.HeaderClassName
 {
   color: #67059B;
 }
 .AnyTagClassName
 {
   color: #67059B;
 }
</style>

background-color css

<style>
 a { background-color: #67059B; }

 a { background-color: rgb(103,5,155); }

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

border-color css

<style>
 span { border-color: #67059B; }

 span { border-color: rgb(103,5,155); }

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