Html Css Color HEX #230170 Persian Indigo

📋 copy color: '#230170'

red 35 ◦ green 1 ◦ blue 112

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

Shades of Persian Indigo #230170

Tints of Persian Indigo #230170

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.68%

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

R = 23.65%
G = 0.68%
B = 75.68%

CMYK

 C value IS 0.69

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#230170 (or 0x230170) is known color: Persian Indigo. HEX triplet: 23, 01 and 70. RGB value is (35,1,112). Sum of RGB (Red+Green+Blue) = 35+1+112=148 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.65% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 112 (44.14% from 255 or 75.68% from 148); Max value from RGB is 112 - color contains mainly: blue. Hex color #230170 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230170 is #DCFE8F. Grayscale: #171717. Windows color (decimal): -14483088 or 7340323. OLE color: 7340323.

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

Color convert

RGB 35 1 112 -
CMYK 0.69 0.99 0 0.56
HSL 258.38º 0.98% 0.22% -
HSV(B) 258.38º 0.99% 0.44% -
XYZ 3.63 1.55 15.44 -
YUV 23.82 177.76 135.97 -
System Red Green Blue C M Y K H S L
Decimal 35 1 112 0.69 0.99 0 0.56 258.38 0.98 0.22
Hex 23 1 70 45 63 0 38 102 62 16
Octal 43 1 160 105 143 0 70 402 142 26
Binary 100011 1 1110000 1000101 1100011 0 111000 100000010 1100010 10110

Color Harmonies of #230170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230170

Black with #230170

Text Example


Text Example

White with #230170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230170; }

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

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

background-color css

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

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

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

border-color css

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

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

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