Html Css Color HEX #260360 Persian Indigo

📋 copy color: '#260360'

red 38 ◦ green 3 ◦ blue 96

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

Shades of Persian Indigo #260360

Tints of Persian Indigo #260360

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.19%

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

R = 27.74%
G = 2.19%
B = 70.07%

CMYK

 C value IS 0.60

 M value IS 0.97

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#260360 (or 0x260360) is known color: Persian Indigo. HEX triplet: 26, 03 and 60. RGB value is (38,3,96). Sum of RGB (Red+Green+Blue) = 38+3+96=137 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.74% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 96 (37.89% from 255 or 70.07% from 137); Max value from RGB is 96 - color contains mainly: blue. Hex color #260360 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260360 is #D9FC9F. Grayscale: #171717. Windows color (decimal): -14285984 or 6292262. OLE color: 6292262.

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

Color convert

RGB 38 3 96 -
CMYK 0.60 0.97 0 0.62
HSL 262.58º 0.94% 0.19% -
HSV(B) 262.58º 0.97% 0.38% -
XYZ 2.94 1.32 11.17 -
YUV 24.07 168.6 137.94 -
System Red Green Blue C M Y K H S L
Decimal 38 3 96 0.60 0.97 0 0.62 262.58 0.94 0.19
Hex 26 3 60 3C 61 0 3E 107 5E 13
Octal 46 3 140 74 141 0 76 407 136 23
Binary 100110 11 1100000 111100 1100001 0 111110 100000111 1011110 10011

Color Harmonies of #260360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260360

Black with #260360

Text Example


Text Example

White with #260360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260360; }

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

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

background-color css

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

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

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

border-color css

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

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

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