Html Css Color HEX #260289 Persian Indigo

📋 copy color: '#260289'

red 38 ◦ green 2 ◦ blue 137

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

Shades of Persian Indigo #260289

Tints of Persian Indigo #260289

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.13%

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

R = 21.47%
G = 1.13%
B = 77.4%

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

#260289 (or 0x260289) is known color: Persian Indigo. HEX triplet: 26, 02 and 89. RGB value is (38,2,137). Sum of RGB (Red+Green+Blue) = 38+2+137=177 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.47% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 137 (53.91% from 255 or 77.40% from 177); Max value from RGB is 137 - color contains mainly: blue. Hex color #260289 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260289 is #D9FD76. Grayscale: #1B1B1B. Windows color (decimal): -14286199 or 8978982. OLE color: 8978982.

HSL color Cylindrical-coordinate representation of color #260289: hue angle of 256º degrees, saturation: 0.97, 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 #260289 is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 38 2 137 -
CMYK 0.72 0.99 0 0.46
HSL 256º 0.97% 0.27% -
HSV(B) 256º 0.99% 0.54% -
XYZ 5.34 2.26 23.82 -
YUV 28.15 189.43 135.02 -
System Red Green Blue C M Y K H S L
Decimal 38 2 137 0.72 0.99 0 0.46 256 0.97 0.27
Hex 26 2 89 48 63 0 2E 100 61 1B
Octal 46 2 211 110 143 0 56 400 141 33
Binary 100110 10 10001001 1001000 1100011 0 101110 100000000 1100001 11011

Color Harmonies of #260289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260289

Black with #260289

Text Example


Text Example

White with #260289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260289; }

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

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

background-color css

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

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

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

border-color css

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

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

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