Html Css Color HEX #260271 Persian Indigo

📋 copy color: '#260271'

red 38 ◦ green 2 ◦ blue 113

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

Shades of Persian Indigo #260271

Tints of Persian Indigo #260271

RGB

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

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

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

R = 24.84%
G = 1.31%
B = 73.86%

CMYK

 C value IS 0.66

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#260271 (or 0x260271) is known color: Persian Indigo. HEX triplet: 26, 02 and 71. RGB value is (38,2,113). Sum of RGB (Red+Green+Blue) = 38+2+113=153 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.84% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 113 (44.53% from 255 or 73.86% from 153); Max value from RGB is 113 - color contains mainly: blue. Hex color #260271 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260271 is #D9FD8E. Grayscale: #191919. Windows color (decimal): -14286223 or 7406118. OLE color: 7406118.

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

Color convert

RGB 38 2 113 -
CMYK 0.66 0.98 0 0.56
HSL 259.46º 0.97% 0.23% -
HSV(B) 259.46º 0.98% 0.44% -
XYZ 3.8 1.65 15.74 -
YUV 25.42 177.43 136.97 -
System Red Green Blue C M Y K H S L
Decimal 38 2 113 0.66 0.98 0 0.56 259.46 0.97 0.23
Hex 26 2 71 42 62 0 38 103 61 17
Octal 46 2 161 102 142 0 70 403 141 27
Binary 100110 10 1110001 1000010 1100010 0 111000 100000011 1100001 10111

Color Harmonies of #260271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260271

Black with #260271

Text Example


Text Example

White with #260271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260271; }

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

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

background-color css

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

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

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

border-color css

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

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

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