Html Css Color HEX #260189 Persian Indigo

📋 copy color: '#260189'

red 38 ◦ green 1 ◦ blue 137

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

Shades of Persian Indigo #260189

Tints of Persian Indigo #260189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 77.84%

R = 21.59%
G = 0.57%
B = 77.84%

CMYK

 C value IS 0.72

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#260189 (or 0x260189) is known color: Persian Indigo. HEX triplet: 26, 01 and 89. RGB value is (38,1,137). Sum of RGB (Red+Green+Blue) = 38+1+137=176 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.59% from 176); Green value is 1 (0.78% from 255 or 0.57% from 176); Blue value is 137 (53.91% from 255 or 77.84% from 176); Max value from RGB is 137 - color contains mainly: blue. Hex color #260189 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260189 is #D9FE76. Grayscale: #1B1B1B. Windows color (decimal): -14286455 or 8978726. OLE color: 8978726.

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

Color convert

RGB 38 1 137 -
CMYK 0.72 0.99 0 0.46
HSL 256.32º 0.99% 0.27% -
HSV(B) 256.32º 0.99% 0.54% -
XYZ 5.33 2.24 23.82 -
YUV 27.57 189.76 135.44 -
System Red Green Blue C M Y K H S L
Decimal 38 1 137 0.72 0.99 0 0.46 256.32 0.99 0.27
Hex 26 1 89 48 63 0 2E 100 63 1B
Octal 46 1 211 110 143 0 56 400 143 33
Binary 100110 1 10001001 1001000 1100011 0 101110 100000000 1100011 11011

Color Harmonies of #260189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260189

Black with #260189

Text Example


Text Example

White with #260189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260189; }

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

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

background-color css

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

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

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

border-color css

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

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

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