Html Css Color HEX #260060 Persian Indigo

📋 copy color: '#260060'

red 38 ◦ green 0 ◦ blue 96

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

Shades of Persian Indigo #260060

Tints of Persian Indigo #260060

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 96 (37.89% from 255) = 71.64%

R = 28.36%
G = 0%
B = 71.64%

CMYK

 C value IS 0.60

 M value IS 1

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#260060 (or 0x260060) is known color: Persian Indigo. HEX triplet: 26, 00 and 60. RGB value is (38,0,96). Sum of RGB (Red+Green+Blue) = 38+0+96=134 (17% of max value = 765). Red value is 38 (15.23% from 255 or 28.36% from 134); Green value is 0 (0.39% from 255 or 0% from 134); Blue value is 96 (37.89% from 255 or 71.64% from 134); Max value from RGB is 96 - color contains mainly: blue. Hex color #260060 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260060 is #D9FF9F. Grayscale: #151515. Windows color (decimal): -14286752 or 6291494. OLE color: 6291494.

HSL color Cylindrical-coordinate representation of color #260060: hue angle of 263.75º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #260060 is Cyan = 0.60, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 38 0 96 -
CMYK 0.60 1 0 0.62
HSL 263.75º 1% 0.19% -
HSV(B) 263.75º 1% 0.38% -
XYZ 2.91 1.26 11.16 -
YUV 22.31 169.59 139.19 -
System Red Green Blue C M Y K H S L
Decimal 38 0 96 0.60 1 0 0.62 263.75 1 0.19
Hex 26 0 60 3C 64 0 3E 108 64 13
Octal 46 0 140 74 144 0 76 410 144 23
Binary 100110 0 1100000 111100 1100100 0 111110 100001000 1100100 10011

Color Harmonies of #260060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260060

Black with #260060

Text Example


Text Example

White with #260060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260060; }

 p { color: rgb(38,0,96); }

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

background-color css

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

 a { background-color: rgb(38,0,96); }

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

border-color css

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

 span { border-color: rgb(38,0,96); }

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