Html Css Color HEX #260089 Persian Indigo

📋 copy color: '#260089'

red 38 ◦ green 0 ◦ blue 137

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

Shades of Persian Indigo #260089

Tints of Persian Indigo #260089

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 21.71%
G = 0%
B = 78.29%

CMYK

 C value IS 0.72

 M value IS 1

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#260089 (or 0x260089) is known color: Persian Indigo. HEX triplet: 26, 00 and 89. RGB value is (38,0,137). Sum of RGB (Red+Green+Blue) = 38+0+137=175 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.71% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 137 (53.91% from 255 or 78.29% from 175); Max value from RGB is 137 - color contains mainly: blue. Hex color #260089 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260089 is #D9FF76. Grayscale: #1A1A1A. Windows color (decimal): -14286711 or 8978470. OLE color: 8978470.

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

Color convert

RGB 38 0 137 -
CMYK 0.72 1 0 0.46
HSL 256.64º 1% 0.27% -
HSV(B) 256.64º 1% 0.54% -
XYZ 5.31 2.22 23.81 -
YUV 26.98 190.09 135.86 -
System Red Green Blue C M Y K H S L
Decimal 38 0 137 0.72 1 0 0.46 256.64 1 0.27
Hex 26 0 89 48 64 0 2E 101 64 1B
Octal 46 0 211 110 144 0 56 401 144 33
Binary 100110 0 10001001 1001000 1100100 0 101110 100000001 1100100 11011

Color Harmonies of #260089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260089

Black with #260089

Text Example


Text Example

White with #260089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260089; }

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

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

background-color css

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

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

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

border-color css

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

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

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