Html Css Color HEX #260177 Persian Indigo

📋 copy color: '#260177'

red 38 ◦ green 1 ◦ blue 119

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

Shades of Persian Indigo #260177

Tints of Persian Indigo #260177

RGB

 RED value IS 38 (15.23% from 255) = 24.05%

 GREEN value IS 1 (0.78% from 255) = 0.63%

 BLUE value IS 119 (46.88% from 255) = 75.32%

R = 24.05%
G = 0.63%
B = 75.32%

CMYK

 C value IS 0.68

 M value IS 0.99

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#260177 (or 0x260177) is known color: Persian Indigo. HEX triplet: 26, 01 and 77. RGB value is (38,1,119). Sum of RGB (Red+Green+Blue) = 38+1+119=158 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.05% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 119 (46.88% from 255 or 75.32% from 158); Max value from RGB is 119 - color contains mainly: blue. Hex color #260177 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260177 is #D9FE88. Grayscale: #191919. Windows color (decimal): -14286473 or 7799078. OLE color: 7799078.

HSL color Cylindrical-coordinate representation of color #260177: hue angle of 258.81º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #260177 is Cyan = 0.68, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 38 1 119 -
CMYK 0.68 0.99 0 0.53
HSL 258.81º 0.98% 0.24% -
HSV(B) 258.81º 0.99% 0.47% -
XYZ 4.14 1.77 17.58 -
YUV 25.52 180.76 136.91 -
System Red Green Blue C M Y K H S L
Decimal 38 1 119 0.68 0.99 0 0.53 258.81 0.98 0.24
Hex 26 1 77 44 63 0 35 103 62 18
Octal 46 1 167 104 143 0 65 403 142 30
Binary 100110 1 1110111 1000100 1100011 0 110101 100000011 1100010 11000

Color Harmonies of #260177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260177

Black with #260177

Text Example


Text Example

White with #260177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260177; }

 p { color: rgb(38,1,119); }

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

background-color css

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

 a { background-color: rgb(38,1,119); }

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

border-color css

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

 span { border-color: rgb(38,1,119); }

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