Html Css Color HEX #230370 Persian Indigo

📋 copy color: '#230370'

red 35 ◦ green 3 ◦ blue 112

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

Shades of Persian Indigo #230370

Tints of Persian Indigo #230370

RGB

 RED value IS 35 (14.06% from 255) = 23.33%

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

 BLUE value IS 112 (44.14% from 255) = 74.67%

R = 23.33%
G = 2%
B = 74.67%

CMYK

 C value IS 0.69

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#230370 (or 0x230370) is known color: Persian Indigo. HEX triplet: 23, 03 and 70. RGB value is (35,3,112). Sum of RGB (Red+Green+Blue) = 35+3+112=150 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.33% from 150); Green value is 3 (1.56% from 255 or 2% from 150); Blue value is 112 (44.14% from 255 or 74.67% from 150); Max value from RGB is 112 - color contains mainly: blue. Hex color #230370 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230370 is #DCFC8F. Grayscale: #181818. Windows color (decimal): -14482576 or 7340835. OLE color: 7340835.

HSL color Cylindrical-coordinate representation of color #230370: hue angle of 257.61º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #230370 is Cyan = 0.69, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 35 3 112 -
CMYK 0.69 0.97 0 0.56
HSL 257.61º 0.95% 0.23% -
HSV(B) 257.61º 0.97% 0.44% -
XYZ 3.65 1.59 15.44 -
YUV 24.99 177.1 135.14 -
System Red Green Blue C M Y K H S L
Decimal 35 3 112 0.69 0.97 0 0.56 257.61 0.95 0.23
Hex 23 3 70 45 61 0 38 102 5F 17
Octal 43 3 160 105 141 0 70 402 137 27
Binary 100011 11 1110000 1000101 1100001 0 111000 100000010 1011111 10111

Color Harmonies of #230370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230370

Black with #230370

Text Example


Text Example

White with #230370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230370; }

 p { color: rgb(35,3,112); }

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

background-color css

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

 a { background-color: rgb(35,3,112); }

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

border-color css

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

 span { border-color: rgb(35,3,112); }

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