Html Css Color HEX #260760 Persian Indigo

📋 copy color: '#260760'

red 38 ◦ green 7 ◦ blue 96

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

Shades of Persian Indigo #260760

Tints of Persian Indigo #260760

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.96%

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

R = 26.95%
G = 4.96%
B = 68.09%

CMYK

 C value IS 0.60

 M value IS 0.93

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#260760 (or 0x260760) is known color: Persian Indigo. HEX triplet: 26, 07 and 60. RGB value is (38,7,96). Sum of RGB (Red+Green+Blue) = 38+7+96=141 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.95% from 141); Green value is 7 (3.12% from 255 or 4.96% from 141); Blue value is 96 (37.89% from 255 or 68.09% from 141); Max value from RGB is 96 - color contains mainly: blue. Hex color #260760 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260760 is #D9F89F. Grayscale: #1A1A1A. Windows color (decimal): -14284960 or 6293286. OLE color: 6293286.

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

Color convert

RGB 38 7 96 -
CMYK 0.60 0.93 0 0.62
HSL 260.9º 0.86% 0.2% -
HSV(B) 260.9º 0.93% 0.38% -
XYZ 2.99 1.41 11.18 -
YUV 26.42 167.27 136.26 -
System Red Green Blue C M Y K H S L
Decimal 38 7 96 0.60 0.93 0 0.62 260.9 0.86 0.2
Hex 26 7 60 3C 5D 0 3E 105 56 14
Octal 46 7 140 74 135 0 76 405 126 24
Binary 100110 111 1100000 111100 1011101 0 111110 100000101 1010110 10100

Color Harmonies of #260760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260760

Black with #260760

Text Example


Text Example

White with #260760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260760; }

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

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

background-color css

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

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

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

border-color css

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

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

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