Html Css Color HEX #260689 Persian Indigo

📋 copy color: '#260689'

red 38 ◦ green 6 ◦ blue 137

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

Shades of Persian Indigo #260689

Tints of Persian Indigo #260689

RGB

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

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

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

R = 20.99%
G = 3.31%
B = 75.69%

CMYK

 C value IS 0.72

 M value IS 0.96

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#260689 (or 0x260689) is known color: Persian Indigo. HEX triplet: 26, 06 and 89. RGB value is (38,6,137). Sum of RGB (Red+Green+Blue) = 38+6+137=181 (23% of max value = 765). Red value is 38 (15.23% from 255 or 20.99% from 181); Green value is 6 (2.73% from 255 or 3.31% from 181); Blue value is 137 (53.91% from 255 or 75.69% from 181); Max value from RGB is 137 - color contains mainly: blue. Hex color #260689 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260689 is #D9F976. Grayscale: #1E1E1E. Windows color (decimal): -14285175 or 8980006. OLE color: 8980006.

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

Color convert

RGB 38 6 137 -
CMYK 0.72 0.96 0 0.46
HSL 254.66º 0.92% 0.28% -
HSV(B) 254.66º 0.96% 0.54% -
XYZ 5.38 2.35 23.84 -
YUV 30.5 188.1 133.35 -
System Red Green Blue C M Y K H S L
Decimal 38 6 137 0.72 0.96 0 0.46 254.66 0.92 0.28
Hex 26 6 89 48 60 0 2E FF 5C 1C
Octal 46 6 211 110 140 0 56 377 134 34
Binary 100110 110 10001001 1001000 1100000 0 101110 11111111 1011100 11100

Color Harmonies of #260689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260689

Black with #260689

Text Example


Text Example

White with #260689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260689; }

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

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

background-color css

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

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

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

border-color css

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

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

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