Html Css Color HEX #260587 Persian Indigo

📋 copy color: '#260587'

red 38 ◦ green 5 ◦ blue 135

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

Shades of Persian Indigo #260587

Tints of Persian Indigo #260587

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 75.84%

R = 21.35%
G = 2.81%
B = 75.84%

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

#260587 (or 0x260587) is known color: Persian Indigo. HEX triplet: 26, 05 and 87. RGB value is (38,5,135). Sum of RGB (Red+Green+Blue) = 38+5+135=178 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.35% from 178); Green value is 5 (2.34% from 255 or 2.81% from 178); Blue value is 135 (53.12% from 255 or 75.84% from 178); Max value from RGB is 135 - color contains mainly: blue. Hex color #260587 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260587 is #D9FA78. Grayscale: #1D1D1D. Windows color (decimal): -14285433 or 8848678. OLE color: 8848678.

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

Color convert

RGB 38 5 135 -
CMYK 0.72 0.96 0 0.47
HSL 255.23º 0.93% 0.27% -
HSV(B) 255.23º 0.96% 0.53% -
XYZ 5.23 2.27 23.08 -
YUV 29.69 187.43 133.93 -
System Red Green Blue C M Y K H S L
Decimal 38 5 135 0.72 0.96 0 0.47 255.23 0.93 0.27
Hex 26 5 87 48 60 0 2F FF 5D 1B
Octal 46 5 207 110 140 0 57 377 135 33
Binary 100110 101 10000111 1001000 1100000 0 101111 11111111 1011101 11011

Color Harmonies of #260587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260587

Black with #260587

Text Example


Text Example

White with #260587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260587; }

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

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

background-color css

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

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

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

border-color css

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

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

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