Html Css Color HEX #260288 Persian Indigo

📋 copy color: '#260288'

red 38 ◦ green 2 ◦ blue 136

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

Shades of Persian Indigo #260288

Tints of Persian Indigo #260288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 77.27%

R = 21.59%
G = 1.14%
B = 77.27%

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

#260288 (or 0x260288) is known color: Persian Indigo. HEX triplet: 26, 02 and 88. RGB value is (38,2,136). Sum of RGB (Red+Green+Blue) = 38+2+136=176 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.59% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 136 (53.52% from 255 or 77.27% from 176); Max value from RGB is 136 - color contains mainly: blue. Hex color #260288 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260288 is #D9FD77. Grayscale: #1B1B1B. Windows color (decimal): -14286200 or 8913446. OLE color: 8913446.

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

Color convert

RGB 38 2 136 -
CMYK 0.72 0.99 0 0.47
HSL 256.12º 0.97% 0.27% -
HSV(B) 256.12º 0.99% 0.53% -
XYZ 5.26 2.23 23.45 -
YUV 28.04 188.93 135.1 -
System Red Green Blue C M Y K H S L
Decimal 38 2 136 0.72 0.99 0 0.47 256.12 0.97 0.27
Hex 26 2 88 48 63 0 2F 100 61 1B
Octal 46 2 210 110 143 0 57 400 141 33
Binary 100110 10 10001000 1001000 1100011 0 101111 100000000 1100001 11011

Color Harmonies of #260288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260288

Black with #260288

Text Example


Text Example

White with #260288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260288; }

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

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

background-color css

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

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

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

border-color css

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

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

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