Html Css Color HEX #260378 Persian Indigo

📋 copy color: '#260378'

red 38 ◦ green 3 ◦ blue 120

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

Shades of Persian Indigo #260378

Tints of Persian Indigo #260378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 74.53%

R = 23.6%
G = 1.86%
B = 74.53%

CMYK

 C value IS 0.68

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#260378 (or 0x260378) is known color: Persian Indigo. HEX triplet: 26, 03 and 78. RGB value is (38,3,120). Sum of RGB (Red+Green+Blue) = 38+3+120=161 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.60% from 161); Green value is 3 (1.56% from 255 or 1.86% from 161); Blue value is 120 (47.27% from 255 or 74.53% from 161); Max value from RGB is 120 - color contains mainly: blue. Hex color #260378 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260378 is #D9FC87. Grayscale: #1A1A1A. Windows color (decimal): -14285960 or 7865126. OLE color: 7865126.

HSL color Cylindrical-coordinate representation of color #260378: hue angle of 257.95º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #260378 is Cyan = 0.68, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 38 3 120 -
CMYK 0.68 0.98 0 0.53
HSL 257.95º 0.95% 0.24% -
HSV(B) 257.95º 0.98% 0.47% -
XYZ 4.22 1.83 17.9 -
YUV 26.8 180.6 135.99 -
System Red Green Blue C M Y K H S L
Decimal 38 3 120 0.68 0.98 0 0.53 257.95 0.95 0.24
Hex 26 3 78 44 62 0 35 102 5F 18
Octal 46 3 170 104 142 0 65 402 137 30
Binary 100110 11 1111000 1000100 1100010 0 110101 100000010 1011111 11000

Color Harmonies of #260378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260378

Black with #260378

Text Example


Text Example

White with #260378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260378; }

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

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

background-color css

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

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

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

border-color css

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

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

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