Html Css Color HEX #261474 Persian Indigo

📋 copy color: '#261474'

red 38 ◦ green 20 ◦ blue 116

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

Shades of Persian Indigo #261474

Tints of Persian Indigo #261474

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.49%

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

R = 21.84%
G = 11.49%
B = 66.67%

CMYK

 C value IS 0.67

 M value IS 0.83

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#261474 (or 0x261474) is known color: Persian Indigo. HEX triplet: 26, 14 and 74. RGB value is (38,20,116). Sum of RGB (Red+Green+Blue) = 38+20+116=174 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.84% from 174); Green value is 20 (8.20% from 255 or 11.49% from 174); Blue value is 116 (45.70% from 255 or 66.67% from 174); Max value from RGB is 116 - color contains mainly: blue. Hex color #261474 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261474 is #D9EB8B. Grayscale: #232323. Windows color (decimal): -14281612 or 7607334. OLE color: 7607334.

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

Color convert

RGB 38 20 116 -
CMYK 0.67 0.83 0 0.55
HSL 251.25º 0.71% 0.27% -
HSV(B) 251.25º 0.83% 0.45% -
XYZ 4.2 2.17 16.72 -
YUV 36.33 172.96 129.19 -
System Red Green Blue C M Y K H S L
Decimal 38 20 116 0.67 0.83 0 0.55 251.25 0.71 0.27
Hex 26 14 74 43 53 0 37 FB 47 1B
Octal 46 24 164 103 123 0 67 373 107 33
Binary 100110 10100 1110100 1000011 1010011 0 110111 11111011 1000111 11011

Color Harmonies of #261474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261474

Black with #261474

Text Example


Text Example

White with #261474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261474; }

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

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

background-color css

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

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

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

border-color css

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

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

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