Html Css Color HEX #260575 Persian Indigo

📋 copy color: '#260575'

red 38 ◦ green 5 ◦ blue 117

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

Shades of Persian Indigo #260575

Tints of Persian Indigo #260575

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.13%

 BLUE value IS 117 (46.09% from 255) = 73.13%

R = 23.75%
G = 3.13%
B = 73.13%

CMYK

 C value IS 0.68

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#260575 (or 0x260575) is known color: Persian Indigo. HEX triplet: 26, 05 and 75. RGB value is (38,5,117). Sum of RGB (Red+Green+Blue) = 38+5+117=160 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.75% from 160); Green value is 5 (2.34% from 255 or 3.12% from 160); Blue value is 117 (46.09% from 255 or 73.12% from 160); Max value from RGB is 117 - color contains mainly: blue. Hex color #260575 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260575 is #D9FA8A. Grayscale: #1B1B1B. Windows color (decimal): -14285451 or 7669030. OLE color: 7669030.

HSL color Cylindrical-coordinate representation of color #260575: hue angle of 257.68º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #260575 is Cyan = 0.68, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 38 5 117 -
CMYK 0.68 0.96 0 0.54
HSL 257.68º 0.92% 0.24% -
HSV(B) 257.68º 0.96% 0.46% -
XYZ 4.06 1.8 16.96 -
YUV 27.64 178.43 135.39 -
System Red Green Blue C M Y K H S L
Decimal 38 5 117 0.68 0.96 0 0.54 257.68 0.92 0.24
Hex 26 5 75 44 60 0 36 102 5C 18
Octal 46 5 165 104 140 0 66 402 134 30
Binary 100110 101 1110101 1000100 1100000 0 110110 100000010 1011100 11000

Color Harmonies of #260575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260575

Black with #260575

Text Example


Text Example

White with #260575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260575; }

 p { color: rgb(38,5,117); }

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

background-color css

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

 a { background-color: rgb(38,5,117); }

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

border-color css

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

 span { border-color: rgb(38,5,117); }

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