Html Css Color HEX #260684 Persian Indigo

📋 copy color: '#260684'

red 38 ◦ green 6 ◦ blue 132

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

Shades of Persian Indigo #260684

Tints of Persian Indigo #260684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 75%

R = 21.59%
G = 3.41%
B = 75%

CMYK

 C value IS 0.71

 M value IS 0.95

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#260684 (or 0x260684) is known color: Persian Indigo. HEX triplet: 26, 06 and 84. RGB value is (38,6,132). Sum of RGB (Red+Green+Blue) = 38+6+132=176 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.59% from 176); Green value is 6 (2.73% from 255 or 3.41% from 176); Blue value is 132 (51.95% from 255 or 75% from 176); Max value from RGB is 132 - color contains mainly: blue. Hex color #260684 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260684 is #D9F97B. Grayscale: #1D1D1D. Windows color (decimal): -14285180 or 8652326. OLE color: 8652326.

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

Color convert

RGB 38 6 132 -
CMYK 0.71 0.95 0 0.48
HSL 255.24º 0.91% 0.27% -
HSV(B) 255.24º 0.95% 0.52% -
XYZ 5.03 2.21 21.99 -
YUV 29.93 185.6 133.75 -
System Red Green Blue C M Y K H S L
Decimal 38 6 132 0.71 0.95 0 0.48 255.24 0.91 0.27
Hex 26 6 84 47 5F 0 30 FF 5B 1B
Octal 46 6 204 107 137 0 60 377 133 33
Binary 100110 110 10000100 1000111 1011111 0 110000 11111111 1011011 11011

Color Harmonies of #260684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260684

Black with #260684

Text Example


Text Example

White with #260684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260684; }

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

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

background-color css

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

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

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

border-color css

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

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

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