Html Css Color HEX #260671 Persian Indigo

📋 copy color: '#260671'

red 38 ◦ green 6 ◦ blue 113

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

Shades of Persian Indigo #260671

Tints of Persian Indigo #260671

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.82%

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

R = 24.2%
G = 3.82%
B = 71.97%

CMYK

 C value IS 0.66

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#260671 (or 0x260671) is known color: Persian Indigo. HEX triplet: 26, 06 and 71. RGB value is (38,6,113). Sum of RGB (Red+Green+Blue) = 38+6+113=157 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.20% from 157); Green value is 6 (2.73% from 255 or 3.82% from 157); Blue value is 113 (44.53% from 255 or 71.97% from 157); Max value from RGB is 113 - color contains mainly: blue. Hex color #260671 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260671 is #D9F98E. Grayscale: #1B1B1B. Windows color (decimal): -14285199 or 7407142. OLE color: 7407142.

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

Color convert

RGB 38 6 113 -
CMYK 0.66 0.95 0 0.56
HSL 257.94º 0.9% 0.23% -
HSV(B) 257.94º 0.95% 0.44% -
XYZ 3.85 1.73 15.75 -
YUV 27.77 176.1 135.3 -
System Red Green Blue C M Y K H S L
Decimal 38 6 113 0.66 0.95 0 0.56 257.94 0.9 0.23
Hex 26 6 71 42 5F 0 38 102 5A 17
Octal 46 6 161 102 137 0 70 402 132 27
Binary 100110 110 1110001 1000010 1011111 0 111000 100000010 1011010 10111

Color Harmonies of #260671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260671

Black with #260671

Text Example


Text Example

White with #260671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260671; }

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

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

background-color css

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

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

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

border-color css

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

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

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