Html Css Color HEX #260682 Persian Indigo

📋 copy color: '#260682'

red 38 ◦ green 6 ◦ blue 130

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

Shades of Persian Indigo #260682

Tints of Persian Indigo #260682

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.45%

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

R = 21.84%
G = 3.45%
B = 74.71%

CMYK

 C value IS 0.71

 M value IS 0.95

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#260682 (or 0x260682) is known color: Persian Indigo. HEX triplet: 26, 06 and 82. RGB value is (38,6,130). Sum of RGB (Red+Green+Blue) = 38+6+130=174 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.84% from 174); Green value is 6 (2.73% from 255 or 3.45% from 174); Blue value is 130 (51.17% from 255 or 74.71% from 174); Max value from RGB is 130 - color contains mainly: blue. Hex color #260682 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260682 is #D9F97D. Grayscale: #1D1D1D. Windows color (decimal): -14285182 or 8521254. OLE color: 8521254.

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

Color convert

RGB 38 6 130 -
CMYK 0.71 0.95 0 0.49
HSL 255.48º 0.91% 0.27% -
HSV(B) 255.48º 0.95% 0.51% -
XYZ 4.89 2.15 21.28 -
YUV 29.7 184.6 133.92 -
System Red Green Blue C M Y K H S L
Decimal 38 6 130 0.71 0.95 0 0.49 255.48 0.91 0.27
Hex 26 6 82 47 5F 0 31 FF 5B 1B
Octal 46 6 202 107 137 0 61 377 133 33
Binary 100110 110 10000010 1000111 1011111 0 110001 11111111 1011011 11011

Color Harmonies of #260682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260682

Black with #260682

Text Example


Text Example

White with #260682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260682; }

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

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

background-color css

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

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

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

border-color css

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

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

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