Html Css Color HEX #260187 Persian Indigo

📋 copy color: '#260187'

red 38 ◦ green 1 ◦ blue 135

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

Shades of Persian Indigo #260187

Tints of Persian Indigo #260187

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.57%

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

R = 21.84%
G = 0.57%
B = 77.59%

CMYK

 C value IS 0.72

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#260187 (or 0x260187) is known color: Persian Indigo. HEX triplet: 26, 01 and 87. RGB value is (38,1,135). Sum of RGB (Red+Green+Blue) = 38+1+135=174 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.84% from 174); Green value is 1 (0.78% from 255 or 0.57% from 174); Blue value is 135 (53.12% from 255 or 77.59% from 174); Max value from RGB is 135 - color contains mainly: blue. Hex color #260187 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260187 is #D9FE78. Grayscale: #1A1A1A. Windows color (decimal): -14286457 or 8847654. OLE color: 8847654.

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

Color convert

RGB 38 1 135 -
CMYK 0.72 0.99 0 0.47
HSL 256.57º 0.99% 0.27% -
HSV(B) 256.57º 0.99% 0.53% -
XYZ 5.18 2.18 23.07 -
YUV 27.34 188.76 135.6 -
System Red Green Blue C M Y K H S L
Decimal 38 1 135 0.72 0.99 0 0.47 256.57 0.99 0.27
Hex 26 1 87 48 63 0 2F 101 63 1B
Octal 46 1 207 110 143 0 57 401 143 33
Binary 100110 1 10000111 1001000 1100011 0 101111 100000001 1100011 11011

Color Harmonies of #260187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260187

Black with #260187

Text Example


Text Example

White with #260187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260187; }

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

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

background-color css

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

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

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

border-color css

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

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

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