Html Css Color HEX #260488 Persian Indigo

📋 copy color: '#260488'

red 38 ◦ green 4 ◦ blue 136

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

Shades of Persian Indigo #260488

Tints of Persian Indigo #260488

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.25%

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

R = 21.35%
G = 2.25%
B = 76.4%

CMYK

 C value IS 0.72

 M value IS 0.97

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#260488 (or 0x260488) is known color: Persian Indigo. HEX triplet: 26, 04 and 88. RGB value is (38,4,136). Sum of RGB (Red+Green+Blue) = 38+4+136=178 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.35% from 178); Green value is 4 (1.95% from 255 or 2.25% from 178); Blue value is 136 (53.52% from 255 or 76.40% from 178); Max value from RGB is 136 - color contains mainly: blue. Hex color #260488 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260488 is #D9FB77. Grayscale: #1C1C1C. Windows color (decimal): -14285688 or 8913958. OLE color: 8913958.

HSL color Cylindrical-coordinate representation of color #260488: hue angle of 255.45º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #260488 is Cyan = 0.72, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 38 4 136 -
CMYK 0.72 0.97 0 0.47
HSL 255.45º 0.94% 0.27% -
HSV(B) 255.45º 0.97% 0.53% -
XYZ 5.29 2.28 23.45 -
YUV 29.21 188.26 134.27 -
System Red Green Blue C M Y K H S L
Decimal 38 4 136 0.72 0.97 0 0.47 255.45 0.94 0.27
Hex 26 4 88 48 61 0 2F FF 5E 1B
Octal 46 4 210 110 141 0 57 377 136 33
Binary 100110 100 10001000 1001000 1100001 0 101111 11111111 1011110 11011

Color Harmonies of #260488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260488

Black with #260488

Text Example


Text Example

White with #260488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260488; }

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

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

background-color css

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

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

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

border-color css

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

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

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