Html Css Color HEX #250368 Persian Indigo

📋 copy color: '#250368'

red 37 ◦ green 3 ◦ blue 104

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

Shades of Persian Indigo #250368

Tints of Persian Indigo #250368

RGB

 RED value IS 37 (14.84% from 255) = 25.69%

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

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

R = 25.69%
G = 2.08%
B = 72.22%

CMYK

 C value IS 0.64

 M value IS 0.97

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#250368 (or 0x250368) is known color: Persian Indigo. HEX triplet: 25, 03 and 68. RGB value is (37,3,104). Sum of RGB (Red+Green+Blue) = 37+3+104=144 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.69% from 144); Green value is 3 (1.56% from 255 or 2.08% from 144); Blue value is 104 (41.02% from 255 or 72.22% from 144); Max value from RGB is 104 - color contains mainly: blue. Hex color #250368 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250368 is #DAFC97. Grayscale: #181818. Windows color (decimal): -14351512 or 6816549. OLE color: 6816549.

HSL color Cylindrical-coordinate representation of color #250368: hue angle of 260.2º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #250368 is Cyan = 0.64, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 37 3 104 -
CMYK 0.64 0.97 0 0.59
HSL 260.2º 0.94% 0.21% -
HSV(B) 260.2º 0.97% 0.41% -
XYZ 3.29 1.46 13.2 -
YUV 24.68 172.76 136.79 -
System Red Green Blue C M Y K H S L
Decimal 37 3 104 0.64 0.97 0 0.59 260.2 0.94 0.21
Hex 25 3 68 40 61 0 3B 104 5E 15
Octal 45 3 150 100 141 0 73 404 136 25
Binary 100101 11 1101000 1000000 1100001 0 111011 100000100 1011110 10101

Color Harmonies of #250368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250368

Black with #250368

Text Example


Text Example

White with #250368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250368; }

 p { color: rgb(37,3,104); }

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

background-color css

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

 a { background-color: rgb(37,3,104); }

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

border-color css

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

 span { border-color: rgb(37,3,104); }

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