Html Css Color HEX #260582 Persian Indigo

📋 copy color: '#260582'

red 38 ◦ green 5 ◦ blue 130

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

Shades of Persian Indigo #260582

Tints of Persian Indigo #260582

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.89%

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

R = 21.97%
G = 2.89%
B = 75.14%

CMYK

 C value IS 0.71

 M value IS 0.96

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#260582 (or 0x260582) is known color: Persian Indigo. HEX triplet: 26, 05 and 82. RGB value is (38,5,130). Sum of RGB (Red+Green+Blue) = 38+5+130=173 (22% of max value = 765). Red value is 38 (15.23% from 255 or 21.97% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 130 (51.17% from 255 or 75.14% from 173); Max value from RGB is 130 - color contains mainly: blue. Hex color #260582 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260582 is #D9FA7D. Grayscale: #1C1C1C. Windows color (decimal): -14285438 or 8520998. OLE color: 8520998.

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

Color convert

RGB 38 5 130 -
CMYK 0.71 0.96 0 0.49
HSL 255.84º 0.93% 0.26% -
HSV(B) 255.84º 0.96% 0.51% -
XYZ 4.88 2.13 21.27 -
YUV 29.12 184.93 134.34 -
System Red Green Blue C M Y K H S L
Decimal 38 5 130 0.71 0.96 0 0.49 255.84 0.93 0.26
Hex 26 5 82 47 60 0 31 100 5D 1A
Octal 46 5 202 107 140 0 61 400 135 32
Binary 100110 101 10000010 1000111 1100000 0 110001 100000000 1011101 11010

Color Harmonies of #260582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260582

Black with #260582

Text Example


Text Example

White with #260582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260582; }

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

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

background-color css

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

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

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

border-color css

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

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

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