Html Css Color HEX #260482 Persian Indigo

📋 copy color: '#260482'

red 38 ◦ green 4 ◦ blue 130

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

Shades of Persian Indigo #260482

Tints of Persian Indigo #260482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 75.58%

R = 22.09%
G = 2.33%
B = 75.58%

CMYK

 C value IS 0.71

 M value IS 0.97

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#260482 (or 0x260482) is known color: Persian Indigo. HEX triplet: 26, 04 and 82. RGB value is (38,4,130). Sum of RGB (Red+Green+Blue) = 38+4+130=172 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.09% from 172); Green value is 4 (1.95% from 255 or 2.33% from 172); Blue value is 130 (51.17% from 255 or 75.58% from 172); Max value from RGB is 130 - color contains mainly: blue. Hex color #260482 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260482 is #D9FB7D. Grayscale: #1C1C1C. Windows color (decimal): -14285694 or 8520742. OLE color: 8520742.

HSL color Cylindrical-coordinate representation of color #260482: hue angle of 256.19º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #260482 is Cyan = 0.71, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 38 4 130 -
CMYK 0.71 0.97 0 0.49
HSL 256.19º 0.94% 0.26% -
HSV(B) 256.19º 0.97% 0.51% -
XYZ 4.87 2.11 21.27 -
YUV 28.53 185.26 134.75 -
System Red Green Blue C M Y K H S L
Decimal 38 4 130 0.71 0.97 0 0.49 256.19 0.94 0.26
Hex 26 4 82 47 61 0 31 100 5E 1A
Octal 46 4 202 107 141 0 61 400 136 32
Binary 100110 100 10000010 1000111 1100001 0 110001 100000000 1011110 11010

Color Harmonies of #260482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260482

Black with #260482

Text Example


Text Example

White with #260482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260482; }

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

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

background-color css

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

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

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

border-color css

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

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

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