Html Css Color HEX #260171 Persian Indigo

📋 copy color: '#260171'

red 38 ◦ green 1 ◦ blue 113

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

Shades of Persian Indigo #260171

Tints of Persian Indigo #260171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 74.34%

R = 25%
G = 0.66%
B = 74.34%

CMYK

 C value IS 0.66

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#260171 (or 0x260171) is known color: Persian Indigo. HEX triplet: 26, 01 and 71. RGB value is (38,1,113). Sum of RGB (Red+Green+Blue) = 38+1+113=152 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 113 (44.53% from 255 or 74.34% from 152); Max value from RGB is 113 - color contains mainly: blue. Hex color #260171 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260171 is #D9FE8E. Grayscale: #181818. Windows color (decimal): -14286479 or 7405862. OLE color: 7405862.

HSL color Cylindrical-coordinate representation of color #260171: hue angle of 259.82º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #260171 is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 38 1 113 -
CMYK 0.66 0.99 0 0.56
HSL 259.82º 0.98% 0.22% -
HSV(B) 259.82º 0.99% 0.44% -
XYZ 3.79 1.63 15.74 -
YUV 24.83 177.76 137.39 -
System Red Green Blue C M Y K H S L
Decimal 38 1 113 0.66 0.99 0 0.56 259.82 0.98 0.22
Hex 26 1 71 42 63 0 38 104 62 16
Octal 46 1 161 102 143 0 70 404 142 26
Binary 100110 1 1110001 1000010 1100011 0 111000 100000100 1100010 10110

Color Harmonies of #260171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260171

Black with #260171

Text Example


Text Example

White with #260171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260171; }

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

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

background-color css

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

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

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

border-color css

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

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

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