Html Css Color HEX #260083 Persian Indigo

📋 copy color: '#260083'

red 38 ◦ green 0 ◦ blue 131

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

Shades of Persian Indigo #260083

Tints of Persian Indigo #260083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 77.51%

R = 22.49%
G = 0%
B = 77.51%

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

#260083 (or 0x260083) is known color: Persian Indigo. HEX triplet: 26, 00 and 83. RGB value is (38,0,131). Sum of RGB (Red+Green+Blue) = 38+0+131=169 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.49% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 131 (51.56% from 255 or 77.51% from 169); Max value from RGB is 131 - color contains mainly: blue. Hex color #260083 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260083 is #D9FF7C. Grayscale: #191919. Windows color (decimal): -14286717 or 8585254. OLE color: 8585254.

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

Color convert

RGB 38 0 131 -
CMYK 0.71 1 0 0.49
HSL 257.4º 1% 0.26% -
HSV(B) 257.4º 1% 0.51% -
XYZ 4.9 2.05 21.61 -
YUV 26.3 187.09 136.35 -
System Red Green Blue C M Y K H S L
Decimal 38 0 131 0.71 1 0 0.49 257.4 1 0.26
Hex 26 0 83 47 64 0 31 101 64 1A
Octal 46 0 203 107 144 0 61 401 144 32
Binary 100110 0 10000011 1000111 1100100 0 110001 100000001 1100100 11010

Color Harmonies of #260083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260083

Black with #260083

Text Example


Text Example

White with #260083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260083; }

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

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

background-color css

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

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

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

border-color css

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

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

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