Html Css Color HEX #260687 Persian Indigo

📋 copy color: '#260687'

red 38 ◦ green 6 ◦ blue 135

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

Shades of Persian Indigo #260687

Tints of Persian Indigo #260687

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.35%

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

R = 21.23%
G = 3.35%
B = 75.42%

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

#260687 (or 0x260687) is known color: Persian Indigo. HEX triplet: 26, 06 and 87. RGB value is (38,6,135). Sum of RGB (Red+Green+Blue) = 38+6+135=179 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.23% from 179); Green value is 6 (2.73% from 255 or 3.35% from 179); Blue value is 135 (53.12% from 255 or 75.42% from 179); Max value from RGB is 135 - color contains mainly: blue. Hex color #260687 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260687 is #D9F978. Grayscale: #1D1D1D. Windows color (decimal): -14285177 or 8848934. OLE color: 8848934.

HSL color Cylindrical-coordinate representation of color #260687: hue angle of 254.88º degrees, saturation: 0.91, 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 #260687 is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 38 6 135 -
CMYK 0.72 0.96 0 0.47
HSL 254.88º 0.91% 0.28% -
HSV(B) 254.88º 0.96% 0.53% -
XYZ 5.24 2.29 23.09 -
YUV 30.27 187.1 133.51 -
System Red Green Blue C M Y K H S L
Decimal 38 6 135 0.72 0.96 0 0.47 254.88 0.91 0.28
Hex 26 6 87 48 60 0 2F FF 5B 1C
Octal 46 6 207 110 140 0 57 377 133 34
Binary 100110 110 10000111 1001000 1100000 0 101111 11111111 1011011 11100

Color Harmonies of #260687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260687

Black with #260687

Text Example


Text Example

White with #260687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260687; }

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

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

background-color css

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

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

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

border-color css

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

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

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