Html Css Color HEX #260588 Persian Indigo

📋 copy color: '#260588'

red 38 ◦ green 5 ◦ blue 136

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

Shades of Persian Indigo #260588

Tints of Persian Indigo #260588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 75.98%

R = 21.23%
G = 2.79%
B = 75.98%

CMYK

 C value IS 0.72

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#260588 (or 0x260588) is known color: Persian Indigo. HEX triplet: 26, 05 and 88. RGB value is (38,5,136). Sum of RGB (Red+Green+Blue) = 38+5+136=179 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.23% from 179); Green value is 5 (2.34% from 255 or 2.79% from 179); Blue value is 136 (53.52% from 255 or 75.98% from 179); Max value from RGB is 136 - color contains mainly: blue. Hex color #260588 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260588 is #D9FA77. Grayscale: #1D1D1D. Windows color (decimal): -14285432 or 8914214. OLE color: 8914214.

HSL color Cylindrical-coordinate representation of color #260588: hue angle of 255.11º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #260588 is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 38 5 136 -
CMYK 0.72 0.96 0 0.47
HSL 255.11º 0.93% 0.28% -
HSV(B) 255.11º 0.96% 0.53% -
XYZ 5.3 2.3 23.46 -
YUV 29.8 187.93 133.85 -
System Red Green Blue C M Y K H S L
Decimal 38 5 136 0.72 0.96 0 0.47 255.11 0.93 0.28
Hex 26 5 88 48 60 0 2F FF 5D 1C
Octal 46 5 210 110 140 0 57 377 135 34
Binary 100110 101 10001000 1001000 1100000 0 101111 11111111 1011101 11100

Color Harmonies of #260588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260588

Black with #260588

Text Example


Text Example

White with #260588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260588; }

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

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

background-color css

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

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

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

border-color css

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

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

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