Html Css Color HEX #260082 Persian Indigo

📋 copy color: '#260082'

red 38 ◦ green 0 ◦ blue 130

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

Shades of Persian Indigo #260082

Tints of Persian Indigo #260082

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 22.62%
G = 0%
B = 77.38%

CMYK

 C value IS 0.71

 M value IS 1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#260082 (or 0x260082) is known color: Persian Indigo. HEX triplet: 26, 00 and 82. RGB value is (38,0,130). Sum of RGB (Red+Green+Blue) = 38+0+130=168 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.62% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 130 (51.17% from 255 or 77.38% from 168); Max value from RGB is 130 - color contains mainly: blue. Hex color #260082 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260082 is #D9FF7D. Grayscale: #191919. Windows color (decimal): -14286718 or 8519718. OLE color: 8519718.

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

Color convert

RGB 38 0 130 -
CMYK 0.71 1 0 0.49
HSL 257.54º 1% 0.25% -
HSV(B) 257.54º 1% 0.51% -
XYZ 4.83 2.02 21.26 -
YUV 26.18 186.59 136.43 -
System Red Green Blue C M Y K H S L
Decimal 38 0 130 0.71 1 0 0.49 257.54 1 0.25
Hex 26 0 82 47 64 0 31 102 64 19
Octal 46 0 202 107 144 0 61 402 144 31
Binary 100110 0 10000010 1000111 1100100 0 110001 100000010 1100100 11001

Color Harmonies of #260082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260082

Black with #260082

Text Example


Text Example

White with #260082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260082; }

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

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

background-color css

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

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

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

border-color css

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

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

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