Html Css Color HEX #260374 Persian Indigo

📋 copy color: '#260374'

red 38 ◦ green 3 ◦ blue 116

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

Shades of Persian Indigo #260374

Tints of Persian Indigo #260374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 73.89%

R = 24.2%
G = 1.91%
B = 73.89%

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

#260374 (or 0x260374) is known color: Persian Indigo. HEX triplet: 26, 03 and 74. RGB value is (38,3,116). Sum of RGB (Red+Green+Blue) = 38+3+116=157 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.20% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 116 (45.70% from 255 or 73.89% from 157); Max value from RGB is 116 - color contains mainly: blue. Hex color #260374 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260374 is #D9FC8B. Grayscale: #191919. Windows color (decimal): -14285964 or 7602982. OLE color: 7602982.

HSL color Cylindrical-coordinate representation of color #260374: hue angle of 258.58º 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 #260374 is Cyan = 0.67, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 38 3 116 -
CMYK 0.67 0.97 0 0.55
HSL 258.58º 0.95% 0.23% -
HSV(B) 258.58º 0.97% 0.45% -
XYZ 3.98 1.74 16.65 -
YUV 26.35 178.6 136.31 -
System Red Green Blue C M Y K H S L
Decimal 38 3 116 0.67 0.97 0 0.55 258.58 0.95 0.23
Hex 26 3 74 43 61 0 37 103 5F 17
Octal 46 3 164 103 141 0 67 403 137 27
Binary 100110 11 1110100 1000011 1100001 0 110111 100000011 1011111 10111

Color Harmonies of #260374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260374

Black with #260374

Text Example


Text Example

White with #260374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260374; }

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

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

background-color css

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

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

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

border-color css

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

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

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