Html Css Color HEX #260373 Persian Indigo

📋 copy color: '#260373'

red 38 ◦ green 3 ◦ blue 115

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

Shades of Persian Indigo #260373

Tints of Persian Indigo #260373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 73.72%

R = 24.36%
G = 1.92%
B = 73.72%

CMYK

 C value IS 0.67

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#260373 (or 0x260373) is known color: Persian Indigo. HEX triplet: 26, 03 and 73. RGB value is (38,3,115). Sum of RGB (Red+Green+Blue) = 38+3+115=156 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.36% from 156); Green value is 3 (1.56% from 255 or 1.92% from 156); Blue value is 115 (45.31% from 255 or 73.72% from 156); Max value from RGB is 115 - color contains mainly: blue. Hex color #260373 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260373 is #D9FC8C. Grayscale: #191919. Windows color (decimal): -14285965 or 7537446. OLE color: 7537446.

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

Color convert

RGB 38 3 115 -
CMYK 0.67 0.97 0 0.55
HSL 258.75º 0.95% 0.23% -
HSV(B) 258.75º 0.97% 0.45% -
XYZ 3.93 1.71 16.34 -
YUV 26.23 178.1 136.39 -
System Red Green Blue C M Y K H S L
Decimal 38 3 115 0.67 0.97 0 0.55 258.75 0.95 0.23
Hex 26 3 73 43 61 0 37 103 5F 17
Octal 46 3 163 103 141 0 67 403 137 27
Binary 100110 11 1110011 1000011 1100001 0 110111 100000011 1011111 10111

Color Harmonies of #260373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260373

Black with #260373

Text Example


Text Example

White with #260373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260373; }

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

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

background-color css

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

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

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

border-color css

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

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

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