Html Css Color HEX #261368 Persian Indigo

📋 copy color: '#261368'

red 38 ◦ green 19 ◦ blue 104

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

Shades of Persian Indigo #261368

Tints of Persian Indigo #261368

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.8%

 BLUE value IS 104 (41.02% from 255) = 64.6%

R = 23.6%
G = 11.8%
B = 64.6%

CMYK

 C value IS 0.63

 M value IS 0.82

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#261368 (or 0x261368) is known color: Persian Indigo. HEX triplet: 26, 13 and 68. RGB value is (38,19,104). Sum of RGB (Red+Green+Blue) = 38+19+104=161 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.60% from 161); Green value is 19 (7.81% from 255 or 11.80% from 161); Blue value is 104 (41.02% from 255 or 64.60% from 161); Max value from RGB is 104 - color contains mainly: blue. Hex color #261368 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261368 is #D9EC97. Grayscale: #222222. Windows color (decimal): -14281880 or 6820646. OLE color: 6820646.

HSL color Cylindrical-coordinate representation of color #261368: hue angle of 253.41º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #261368 is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 38 19 104 -
CMYK 0.63 0.82 0 0.59
HSL 253.41º 0.69% 0.24% -
HSV(B) 253.41º 0.82% 0.41% -
XYZ 3.53 1.88 13.27 -
YUV 34.37 167.29 130.59 -
System Red Green Blue C M Y K H S L
Decimal 38 19 104 0.63 0.82 0 0.59 253.41 0.69 0.24
Hex 26 13 68 3F 52 0 3B FD 45 18
Octal 46 23 150 77 122 0 73 375 105 30
Binary 100110 10011 1101000 111111 1010010 0 111011 11111101 1000101 11000

Color Harmonies of #261368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261368

Black with #261368

Text Example


Text Example

White with #261368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261368; }

 p { color: rgb(38,19,104); }

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

background-color css

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

 a { background-color: rgb(38,19,104); }

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

border-color css

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

 span { border-color: rgb(38,19,104); }

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