Html Css Color HEX #260370 Persian Indigo

📋 copy color: '#260370'

red 38 ◦ green 3 ◦ blue 112

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

Shades of Persian Indigo #260370

Tints of Persian Indigo #260370

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.96%

 BLUE value IS 112 (44.14% from 255) = 73.2%

R = 24.84%
G = 1.96%
B = 73.2%

CMYK

 C value IS 0.66

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#260370 (or 0x260370) is known color: Persian Indigo. HEX triplet: 26, 03 and 70. RGB value is (38,3,112). Sum of RGB (Red+Green+Blue) = 38+3+112=153 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.84% from 153); Green value is 3 (1.56% from 255 or 1.96% from 153); Blue value is 112 (44.14% from 255 or 73.20% from 153); Max value from RGB is 112 - color contains mainly: blue. Hex color #260370 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260370 is #D9FC8F. Grayscale: #191919. Windows color (decimal): -14285968 or 7340838. OLE color: 7340838.

HSL color Cylindrical-coordinate representation of color #260370: hue angle of 259.27º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #260370 is Cyan = 0.66, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 38 3 112 -
CMYK 0.66 0.97 0 0.56
HSL 259.27º 0.95% 0.23% -
HSV(B) 259.27º 0.97% 0.44% -
XYZ 3.76 1.65 15.45 -
YUV 25.89 176.6 136.64 -
System Red Green Blue C M Y K H S L
Decimal 38 3 112 0.66 0.97 0 0.56 259.27 0.95 0.23
Hex 26 3 70 42 61 0 38 103 5F 17
Octal 46 3 160 102 141 0 70 403 137 27
Binary 100110 11 1110000 1000010 1100001 0 111000 100000011 1011111 10111

Color Harmonies of #260370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260370

Black with #260370

Text Example


Text Example

White with #260370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260370; }

 p { color: rgb(38,3,112); }

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

background-color css

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

 a { background-color: rgb(38,3,112); }

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

border-color css

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

 span { border-color: rgb(38,3,112); }

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